Cross-platform library for manipulating the terminal
Lambda-Term is a cross-platform library for manipulating the terminal. It provides an abstraction for keys, mouse events, colors, as well as a set of widgets to write curses-like applications.
Lambda-Term is a cross-platform library for manipulating the terminal. It provides an abstraction for keys, mouse events, colors, as well as a set of widgets to write curses-like applications.
To install ocaml-lambda-term, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ocaml-lambda-term
To see what files were installed by ocaml-lambda-term, run:
port contents ocaml-lambda-term
To later upgrade ocaml-lambda-term, run:
sudo port selfupdate && sudo port upgrade ocaml-lambda-term
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.