Moscow ML is an implementation of Standard ML (SML)
Moscow ML is a light-weight implementation of Standard ML (SML), a strict functional language widely used in teaching and research. The latest release of Moscow ML implements the full Standard ML language, as revised 1997, including Modules and some extensions, yet is backwards compatible with versions prior to 2.00, and implements large parts of the new SML Basis Library.
Moscow ML is a light-weight implementation of Standard ML (SML), a strict functional language widely used in teaching and research. The latest release of Moscow ML implements the full Standard ML language, as revised 1997, including Modules and some extensions, yet is backwards compatible with versions prior to 2.00, and implements large parts of the new SML Basis Library.
To install mosml-dynlibs, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mosml-dynlibs
To see what files were installed by mosml-dynlibs, run:
port contents mosml-dynlibs
To later upgrade mosml-dynlibs, run:
sudo port selfupdate && sudo port upgrade mosml-dynlibs
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.