This library provides two new integer types, Optint.t and Int63.t, which are compatible with the integers represented by OCaml's native int type on 64-bit platforms, but behave differently on 32-bit platforms.
This library provides two new integer types, Optint.t and Int63.t, which are compatible with the integers represented by OCaml's native int type on 64-bit platforms, but behave differently on 32-bit platforms.
To install ocaml-optint, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ocaml-optint
To see what files were installed by ocaml-optint, run:
port contents ocaml-optint
To later upgrade ocaml-optint, run:
sudo port selfupdate && sudo port upgrade ocaml-optint
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.