The legacy OCamlbuild build manager
Browse cluster: OCaml Systems and Utilities →OCamlbuild is a generic build tool with built-in rules for compiling OCaml libraries and programs. It is written in OCaml and maintained by the OCaml project, though the README notes that the OCaml community has largely moved toward using Dune, a more recent and faster build system, for new projects. OCamlbuild can be installed via opam or compiled from source using GNU make, and its functionality is documented in an included manual.