These are build-scripts that are helpful in building Camlp5 and packages based on Camlp5. As such, they need to not depend on Camlp5. The command are not installed in a bin-directory, but in the package-directory, hence invoked via the ocamlfind package/exe method.
These are build-scripts that are helpful in building Camlp5 and packages based on Camlp5. As such, they need to not depend on Camlp5. The command are not installed in a bin-directory, but in the package-directory, hence invoked via the ocamlfind package/exe method.
To install ocaml-camlp5-buildscripts, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ocaml-camlp5-buildscripts
To see what files were installed by ocaml-camlp5-buildscripts, run:
port contents ocaml-camlp5-buildscripts
To later upgrade ocaml-camlp5-buildscripts, run:
sudo port selfupdate && sudo port upgrade ocaml-camlp5-buildscripts
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.