A lightweight RDF library with special support for LADSPA plugins.
librdf is a library to make it easy to manipulate RDF files describing LADSPA plugins. It can also be used for general RDF manipulation. It can read RDF/XLM and N3 files and export N3 files. It also has a light taxonomic inference capability.
librdf is a library to make it easy to manipulate RDF files describing LADSPA plugins. It can also be used for general RDF manipulation. It can read RDF/XLM and N3 files and export N3 files. It also has a light taxonomic inference capability.
To install liblrdf, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install liblrdf
To see what files were installed by liblrdf, run:
port contents liblrdf
To later upgrade liblrdf, run:
sudo port selfupdate && sudo port upgrade liblrdf
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.