Path to this page:
./
textproc/libfyaml,
Feature-complete YAML parser and emitter
Branch: CURRENT,
Version: 0.7.12,
Package name: libfyaml-0.7.12,
Maintainer: pkgsrc-userslibfyaml is a fancy 1.2 YAML and JSON parser/writer.
Fully feature complete YAML parser and emitter, supporting the latest YAML spec
and passing the full YAML testsuite.
It is designed to be very efficient, avoiding copies of data, and has no
artificial limits like the 1024 character limit for implicit keys.
libfyaml is using https://github.com/yaml/yaml-test-suite as a core part of its
testsuite.
Master sites:
Version history: (Expand)
- (2022-12-08) Package added to pkgsrc.se, version libfyaml-0.7.12 (created)
CVS history: (Expand)
2022-12-14 16:38:59 by Thomas Klausner | Files touched by this commit (4) |
Log message:
libfyaml: use proper distfile
avoids dependency on autotools, and fixes build since pkg-config m4
file was not depended on.
|
2022-12-08 20:16:20 by Pierre Pronchery | Files touched by this commit (16) |
Log message:
libfyaml: import version 0.7.12
libfyaml is a fancy 1.2 YAML and JSON parser/writer.
Fully feature complete YAML parser and emitter, supporting the latest YAML spec
and passing the full YAML testsuite.
It is designed to be very efficient, avoiding copies of data, and has no
artificial limits like the 1024 character limit for implicit keys.
libfyaml is using https://github.com/yaml/yaml-test-suite as a core part of its
testsuite.
|