ocamlbuild

Build tool for building OCaml libraries and programs

Description

OCamlbuild is a generic build tool, which has built-in rules for building OCaml libraries and programs.

It was distributed as part of the OCaml distribution for OCaml versions between 3.10.0 and 4.02.3. Starting from OCaml 4.03, it is now released separately.

Its job is to determine the sequence of calls to the compiler with the right set of command-line flags needed to build your OCaml-centric software project.

It was designed as a generic build system (it is in fact not OCaml-specific), but also to be expressive enough to cover the specifics of the OCaml language that make writing good Makefiles difficult, such as the dreaded "units Foo and Bar make inconsistent assumptions about Baz" error.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/ocaml/ocamlbuild/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install ocamlbuild