libyaml

A C library for parsing and emitting YAML

Version

0.2.5-2
(2023-09-03)

Size

54.5

KiB

Repository

HaikuPorts
x86_64
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.