OPAM is a source-based package manager for OCaml. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow.
OPAM is a source-based package manager for OCaml. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow.
To install opam, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install opam
To see what files were installed by opam, run:
port contents opam
To later upgrade opam, run:
sudo port selfupdate && sudo port upgrade opam
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.