Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vitorebatista/tests-ocaml

My tests with oCaml
https://github.com/vitorebatista/tests-ocaml

dune ocaml

Last synced: 6 days ago
JSON representation

My tests with oCaml

Awesome Lists containing this project

README

        

To build everything that is meant to be installed in this project, type:

```sh
$ dune build @install
```

To run :
```sh
$ dune exec src/factorial.exe
$ dune exec src/fibonacci.exe
$ dune exec src/heapsort.exe
$ dune exec src/sigma.exe
$ dune exec src/test.exe
```