A C library for parsing and emitting YAML (source files)
libyaml_source-0.2.5-1-source
LibYAML covers presenting and parsing processes. Thus LibYAML defines the following two processors:
* Parser, which takes an input stream of bytes and produces a sequence of parsing events.
* Emitter, which takes a sequence of events and produces a stream of bytes.