diff options
-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! |