OCamlbuild is a generic build tool that has built-in rules for building OCaml library and programs. OCamlbuild 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 released separately.
OCamlbuild is a generic build tool that has built-in rules for building OCaml library and programs. OCamlbuild 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 released separately.
To install ocaml-ocamlbuild, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ocaml-ocamlbuild
To see what files were installed by ocaml-ocamlbuild, run:
port contents ocaml-ocamlbuild
To later upgrade ocaml-ocamlbuild, run:
sudo port selfupdate && sudo port upgrade ocaml-ocamlbuild
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.