Solutions to Project Euler problems in OCaml:
NOTE: This is a work in progress --obviously.
Provided that you have already installed OPAM, you need to install a couple of dependencies:
$ opam install dune ounit batteries
$ cd euler-ml
$ dune exec ./test/test_euler.exe