The fundamental idea behind CYAML is to allow applications to construct schemas which describe both the permissible structure of the YAML documents to read/write, and the C data structure(s) in which the loaded data is arranged in memory.
The fundamental idea behind CYAML is to allow applications to construct schemas which describe both the permissible structure of the YAML documents to read/write, and the C data structure(s) in which the loaded data is arranged in memory.
To install libcyaml, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libcyaml
To see what files were installed by libcyaml, run:
port contents libcyaml
To later upgrade libcyaml, run:
sudo port selfupdate && sudo port upgrade libcyaml
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.