utop is an improved toplevel (i.e. Read-Eval-Print Loop) for OCaml. It can run in a terminal or in Emacs. It supports line editing, history, real-time and context sensitive completion, colors and more.
utop is an improved toplevel (i.e. Read-Eval-Print Loop) for OCaml. It can run in a terminal or in Emacs. It supports line editing, history, real-time and context sensitive completion, colors and more.
To install ocaml-utop, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ocaml-utop
To see what files were installed by ocaml-utop, run:
port contents ocaml-utop
To later upgrade ocaml-utop, run:
sudo port selfupdate && sudo port upgrade ocaml-utop
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.