Language

Package: libcyaml @ 1.1.0

Synopsis

C library for reading and writing YAML

Description

LibCYAML is a C library written in ISO C11 for reading and writing structured YAML documents. 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.

Home page
https://github.com/tlsa/libcyaml
Location
gnu/packages/serialization.scm (line: 355, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?