ocp-build is a simple tool to build OCaml packages
ocp-build is a tool to designed to easily build OCaml packages.
Its main features are:
- Simple declarative language to describe OCaml packages (program and libraries), and dependencies between packages
- Automatic analysis of dependencies between OCaml source files
- Incremental compilation
- Parallel compilation, better than other OCaml tools
- Portability on Windows
ocp-build is included in Typerex, and, as it is still under development, the most recent version is in the branch typerex2
on