Topkg is a packager for distributing OCaml software. It provides an API to describe the files a package installs in a given build configuration and to specify information about the package's distribution, creation and publication procedures.
Topkg is a packager for distributing OCaml software. It provides an API to describe the files a package installs in a given build configuration and to specify information about the package's distribution, creation and publication procedures.
To install ocaml-topkg, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ocaml-topkg
To see what files were installed by ocaml-topkg, run:
port contents ocaml-topkg
To later upgrade ocaml-topkg, run:
sudo port selfupdate && sudo port upgrade ocaml-topkg
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.