This package browser is in early development. Mind the rough edges.

libcyaml 1.3.1

C library for reading and writing YAML

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.

Installation

Install libcyaml 1.3.1 as follows:

guix install libcyaml@1.3.1

Or install the latest version:

guix install libcyaml

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.