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