The YAJL-Fort package provides a modern object-oriented Fortran interface to the YAJL C library, which is an event-driven parser for JSON data streams.
The YAJL-Fort package provides a modern object-oriented Fortran interface to the YAJL C library, which is an event-driven parser for JSON data streams.
To install yajl-fort, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install yajl-fort
To see what files were installed by yajl-fort, run:
port contents yajl-fort
To later upgrade yajl-fort, run:
sudo port selfupdate && sudo port upgrade yajl-fort
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.