libyaml
Port variant std
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 09 AUG 2024, 21:24:17 UTC
Port created 07 JUN 2017, 22:40:10 UTC
Subpackage Descriptions
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.
Configuration Switches (platform-specific settings discarded)
This port has no build options.
Package Dependencies by Type
Build (only) gmake:primary:std
autoconf:primary:std
automake:primary:std
libtool:primary:std
Download groups
main mirror://GITHUB/yaml:libyaml:0.2.5
Distribution File Information
fa240dbf262be053f3898006d502d514936c818e422afdcf33921c63bed9bf2e 85055 yaml-libyaml-0.2.5.tar.gz
Ports that require libyaml:std
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
php81-yaml:std PHP 2.2 extension: yaml parser
php82-yaml:std PHP 2.2 extension: yaml parser
php83-yaml:std PHP 2.2 extension: yaml parser
ruby31:std Object-oriented interpreted scripting language
ruby32:std Object-oriented interpreted scripting language
ruby33:std Object-oriented interpreted scripting language