Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b85f729e authored by POTTIER Francois's avatar POTTIER Francois
Browse files

README.

parent c1f7222a
Branches
Tags
No related merge requests found
......@@ -56,3 +56,18 @@ view`.
The file [`play.ml`](play.ml) allows playing with the library in the OCaml
toplevel loop.
## Development Guidelines
To retrieve and compile the source code, type:
```
git clone git@gitlab.inria.fr:fpottier/sek
make setup
make
```
To test the library using `afl-fuzz`, type:
```
make test
# This command runs forever; interrupt it with Ctrl+C when you wish
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment