Port variant | standard |
Summary | YAML 1.1 parser and emitter written in C |
BROKEN | |
Package version | 0.2.5 |
Homepage | https://github.com/yaml/libyaml |
Keywords | textproc |
Maintainer | nobody |
License | MIT |
Other variants | There are no other variants. |
Ravenports | Buildsheet | History |
Ravensource | Port Directory | History |
Last modified | 02 APR 2023, 18:43:58 UTC |
Port created | 07 JUN 2017, 22:40:10 UTC |
single | LibYAML is a YAML 1.1 parser and emitter written in C. 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. The processes of parsing and presenting are inverse to each other. Any sequence of events produced by parsing a well-formed YAML document should be acceptable by the Emitter, which should produce an equivalent document. Similarly, any document produced by emitting a sequence of events should be acceptable for the Parser, which should produce an equivalent sequence of events. The job of resolving implicit tags, composing and serializing representation trees, as well as constructing and representing native objects is left to applications and bindings. Although some of these processes may be covered in the latter releases, they are not in the scope of the initial release of LibYAML. |
Build (only) |
gmake:primary:standard autoconf:single:standard automake:single:standard libtool:single:standard |
main | mirror://GITHUB/yaml:libyaml:0.2.5 |
appstream-glib:standard | Library for reading and writing AppStream metadata |
appstream:standard | Standard for machine-readable software metadata |
ctags:standard | Tagfile generator for vi and emacs clones |
php81-yaml:standard | PHP 2.2 extension: yaml parser |
php82-yaml:standard | PHP 2.2 extension: yaml parser |
php83-yaml:standard | PHP 2.2 extension: yaml parser |
ruby31:standard | Object-oriented interpreted scripting language |
ruby32:standard | Object-oriented interpreted scripting language |
ruby33:standard | Object-oriented interpreted scripting language |