C++ API for Yaz toolkit for Z39.50/SRW/SRU clients and servers
YAZ is a compact toolkit that provides access to the Z39.50 and SRW/SRU protocols, as well as a set of higher-level tools for implementing the server and client roles, respectively. This is the C++ API.
YAZ is a compact toolkit that provides access to the Z39.50 and SRW/SRU protocols, as well as a set of higher-level tools for implementing the server and client roles, respectively. This is the C++ API.
To install yazpp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install yazpp
To see what files were installed by yazpp, run:
port contents yazpp
To later upgrade yazpp, run:
sudo port selfupdate && sudo port upgrade yazpp
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.