Port variant | std |
Summary | YAML 1.1 parser and emitter written in C |
Package version | 0.2.5_1 |
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 | 24 DEC 2024, 00:03:07 UTC |
Port created | 07 JUN 2017, 22:40:10 UTC |
set | This is the libyaml:std metapackage. It pulls in all subpackages of libyaml:std. |
primary | 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. |
dev | This is the developer subpackage of the libyaml:std port. It may contain headers, pc files, static and PIC libraries and SO links. |
Build (only) |
gmake:primary:std autoconf:primary:std automake:primary:std libtool:primary:std |
main | mirror://GITHUB/yaml:libyaml:0.2.5 |
appstream-glib:std | Library for reading and writing AppStream metadata |
appstream:std | Standard for machine-readable software metadata |
ctags:std | Tagfile generator for vi and emacs clones |
php82-yaml:std | PHP 2.2 extension: yaml parser |
php83-yaml:std | PHP 2.2 extension: yaml parser |
php84-yaml:std | PHP 2.2 extension: yaml parser |
ruby-psych:v32 | Psych is a YAML parser and emitter (v32) |
ruby-psych:v33 | Psych is a YAML parser and emitter (v33) |
ruby-psych:v34 | Psych is a YAML parser and emitter (v34) |
ruby32:std | Object-oriented interpreted scripting language |
ruby33:std | Object-oriented interpreted scripting language |
ruby34:std | Object-oriented interpreted scripting language |
xfdesktop:std | Desktop manager for the Xfce DE |