You can find the documentation here.
$ ocaml setup.ml -configure
$ ocaml setup.ml -build
$ ocaml setup.ml -install
$ ocaml setup.ml -uninstall
$ make
$ ./Demo.native
The program can be Demo.byte
if the native build is not available on your computer.
You can use the SCALE
env variable to fit your needs.
$ SCALE=2 ./Demo.native
You need to have OUnit2 installed.
$ make test