This library is an OCaml porting of FADBAD++, a software written by Ole Stauning and Claus Bendtsen.
- François Bidet ([email protected])
- Ismail Bennani ([email protected])
After cloning, you can install with:
cd path/to/repo
opam install .
or
cd path/to/repo
dune build
dune install
Run tests:
dune runtest
see examples
folder and/or see our guide