High-level functional interface to the OCaml Format module
High-level functional interface to the Format module of the OCaml standard library. It is a pretty-printing facility, i.e. it takes as input some code represented as a tree and formats this code into the most visually satisfying result, breaking and indenting lines of code where appropriate.
High-level functional interface to the Format module of the OCaml standard library. It is a pretty-printing facility, i.e. it takes as input some code represented as a tree and formats this code into the most visually satisfying result, breaking and indenting lines of code where appropriate.
To install ocaml-easy-format, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ocaml-easy-format
To see what files were installed by ocaml-easy-format, run:
port contents ocaml-easy-format
To later upgrade ocaml-easy-format, run:
sudo port selfupdate && sudo port upgrade ocaml-easy-format
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.