summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alexis211@gmail.com>2015-03-13 11:17:50 +0100
committerAlex Auvolat <alexis211@gmail.com>2015-03-13 11:17:50 +0100
commit194aa90c7f308f4bbf37df5078b9bfd309c069fb (patch)
treecdcf9deb7cd254c5ff7b0e8316c274f62479cb6a
parent8afa5bb9d6e5a0f59d13bcdc9bc2e153c336445d (diff)
downloadSystemeReseaux-Projet-194aa90c7f308f4bbf37df5078b9bfd309c069fb.tar.gz
SystemeReseaux-Projet-194aa90c7f308f4bbf37df5078b9bfd309c069fb.zip
Create README.md
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..351808a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# SystemeReseaux-Projet
+
+In this repository, you shall find an OCaml library that makes it possible to write simple distributed applications that run following a kahn-process-network model. All the interesting code is in `src/` (please ignore `khb/`, it was a stupid experiment). Take a look at the examples!