LablGTK2 is is an OCaml interface to gtk+ 2.x. It uses the rich type system of OCaml to provide a strongly typed, yet very comfortable, object-oriented interface to gtk+.
LablGTK2 is is an OCaml interface to gtk+ 2.x. It uses the rich type system of OCaml to provide a strongly typed, yet very comfortable, object-oriented interface to gtk+.
To install lablgtk2, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install lablgtk2
To see what files were installed by lablgtk2, run:
port contents lablgtk2
To later upgrade lablgtk2, run:
sudo port selfupdate && sudo port upgrade lablgtk2
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.