ocamlbuild

Generic build tool for OCaml projects with automatic dependency handling

brewmacoslinux
Try with needOr install directly
Source

About

Generic build tool for OCaml

Commands

ocamlbuild

Examples

Build a native executable from main.ml$ ocamlbuild main.native
Build a bytecode executable$ ocamlbuild main.byte
Clean build artifacts and rebuild$ ocamlbuild -clean && ocamlbuild main.native