libcyaml: libcyaml (schema-based YAML parsing and serialisation) libcyaml: libcyaml: LibCYAML is a C library for reading and writing structured libcyaml: YAML documents. It is written in ISO C11. libcyaml: The fundamental idea behind CYAML is to allow applications to libcyaml: construct schemas which describe both the permissible structure of libcyaml: the YAML documents to read/write, and the C data structure(s) libcyaml: in which the loaded data is arranged in memory. libcyaml: libcyaml: See also: https://github.com/tlsa/libcyaml libcyaml: