ocaml-boilerplate [](https://github.com/yuanqing/ocaml-boilerplate/releases) [](https://travis-ci.org/yuanqing/ocaml-boilerplate)

April 3, 2015 ยท View on GitHub

A boilerplate for writing OCaml modules, with OUnit for tests and Bisect for code coverage, plus integration with Travis-CI.

Setup

Install OPAM. Then do:

$ opam install bisect ounit

Usage

To run test.ml and output coverage reports to coverage/, simply do:

$ make

The module name and various paths/files are all specified at the top of the Makefile.

Changelog

  • 0.1.0
    • Initial release

License

MIT