Path to this page:
./
textproc/p5-YAML-PP,
Modern, modular YAML processor
Branch: CURRENT,
Version: 0.029,
Package name: p5-YAML-PP-0.029,
Maintainer: pkgsrc-usersYAML::PP is a modern, modular YAML processor. It aims to support YAML
1.2 and YAML 1.1.
The YAML::PP frontend will currently load all documents, and return only
the last if called with scalar context.
The YAML backend is implemented in a modular way that allows to add
custom handling of YAML tags, perl objects and data types.
Required to run:[
textproc/p5-Encode] [
lang/perl5]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 190.543 KB
Version history: (Expand)
- (2021-10-30) Updated to version: p5-YAML-PP-0.029
- (2021-09-05) Updated to version: p5-YAML-PP-0.027
- (2021-05-25) Updated to version: p5-YAML-PP-0.026nb1
- (2020-09-13) Updated to version: p5-YAML-PP-0.026
- (2020-09-07) Updated to version: p5-YAML-PP-0.024
- (2020-09-04) Updated to version: p5-YAML-PP-0.019nb2
CVS history: (Expand)
2021-10-30 11:01:22 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.029
Upstream changes:
0.029 2021-10-25 00:02:53+02:00
- Fix basic implicit mappings in flow sequences, e.g. [a, b: c, d]
0.028 2021-10-21 22:00:36+02:00
- Fix empty values with properties in flow mappings and sequences
(`[ &foo , bar]`, `{ &foo , k: v }`)
- Fix: Allow comment lines with tabs in flow
- Fix: parsing of explicit block indenting (issue #46)
- Automatically tie new hashes inside tied hashes (issue #44)
- yamlpp-load-dump: Add options --dump-module and --include*
- docs: Add mising constants (issue #45)
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2020-09-13 10:07:17 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
p5-YAML-PP: update to 0.026.
0.026 2020-09-11 00:39:09+02:00
- Add option 'duplicate_keys'. The default allows it for now and will
change to forbid in the next release.
0.025 2020-09-06 22:14:07+02:00
- Emitter: Fix indentation issues for non-default indents
- Emitter: Add option 'width' for maximum columns
- Improve error message for unhandled reftypes
|
2020-09-08 15:16:47 by Thomas Klausner | Files touched by this commit (116) |
Log message:
*: use MASTER_SITE_PERL_CPAN
|
2020-09-08 15:10:01 by Thomas Klausner | Files touched by this commit (68) |
Log message:
*: improve HOMEPAGE
|
2020-09-07 19:25:17 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
p5-YAML-PP: update to 0.024.
0.024 2020-08-17 12:07:01+02:00
- Parser: fix flow mappings on one line
- Improve utility tools yamlpp-load(-dump) (add new options --merge,
--perl and --module) #35
- Minor improvements to emitter scalar style output
- Emitter supports flow style
- Support for preserving flow style in Loader/Dumper
- Create preserved nodes from scratch with preserved_* methods
- Minor fixes for the Perl schema and globs
- Update testsuite to data-2020-08-01
0.023 2020-07-09 22:09:50+02:00
- Support loading and dumping typeglobs. Issue #15
- Dumper: Don't use aliases for JSON::PP/boolean.pm booleans, because they
alwas use the same reference. Issue #32
- Fix float comparison in test. Issue #33
- Make aliases in custom tags work
- YAML::PP::Highlight: colorize mapping keys
0.022 2020-05-04 17:40:36+02:00
- Emitter: Also quote if string starts with '...'
- Emitter: Fix bug when emitting complex keys
- Preserve also quoting style of hash keys
- Schema: Fix YAML 1.1 integers (no keading zeros)
- Scripts: Rename yamlpp5- to yamlpp- and symlink
- Scripts: Add options to yamlpp-load-dump
- Tests: Support reporting flow style in testsuite event output
- Tests: Restructure schema tests and outsource test data
- Events: Make version_directive compatible to libyaml
- Docs: Restructure
0.021 2020-02-27 19:04:58+01:00
- Add option 'preserve' for preserving hash key order and quoting
style when loading and dumping
0.020 2020-02-17 15:35:44+01:00
- Change default schema from JSON to Core (this change was supposed
|