A GNU Emacs/XEmacs major mode for editing Caml and OCaml programs.
Tuareg is a Caml mode for GNU Emacs and XEmacs. It handles automatic indentation of Objective Caml and Camllight codes. Key parts of the code are highlighted using Font-Lock. Support to run an interactive Caml toplevel and debugger is provided.
Tuareg is a Caml mode for GNU Emacs and XEmacs. It handles automatic indentation of Objective Caml and Camllight codes. Key parts of the code are highlighted using Font-Lock. Support to run an interactive Caml toplevel and debugger is provided.
To install tuareg-mode.el, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install tuareg-mode.el
To see what files were installed by tuareg-mode.el, run:
port contents tuareg-mode.el
To later upgrade tuareg-mode.el, run:
sudo port selfupdate && sudo port upgrade tuareg-mode.el
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.