Gumbo is an implementation of the HTML5 parsing algorithm implemented as a pure C99 library with no outside dependencies. It's designed to serve as a building block for other tools and libraries such as linters, validators, templating languages, and refactoring and analysis tools.
Gumbo is an implementation of the HTML5 parsing algorithm implemented as a pure C99 library with no outside dependencies. It's designed to serve as a building block for other tools and libraries such as linters, validators, templating languages, and refactoring and analysis tools.
To install gumbo-parser, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gumbo-parser
To see what files were installed by gumbo-parser, run:
port contents gumbo-parser
To later upgrade gumbo-parser, run:
sudo port selfupdate && sudo port upgrade gumbo-parser
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.