diff options
author | Alex Auvolat <alexis211@gmail.com> | 2015-03-13 11:17:50 +0100 |
---|---|---|
committer | Alex Auvolat <alexis211@gmail.com> | 2015-03-13 11:17:50 +0100 |
commit | 194aa90c7f308f4bbf37df5078b9bfd309c069fb (patch) | |
tree | cdcf9deb7cd254c5ff7b0e8316c274f62479cb6a | |
parent | 8afa5bb9d6e5a0f59d13bcdc9bc2e153c336445d (diff) | |
download | SystemeReseaux-Projet-194aa90c7f308f4bbf37df5078b9bfd309c069fb.tar.gz SystemeReseaux-Projet-194aa90c7f308f4bbf37df5078b9bfd309c069fb.zip |
Create README.md
-rw-r--r-- | README.md | 3 |
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! |