./textproc/p5-YAML-LibYAML, Perl XS binding to libyaml

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.89, Package name: p5-YAML-LibYAML-0.89, Maintainer: pkgsrc-users

Kirill Siminov's libyaml is arguably the best YAML implementation.
The C library is written precisely to the YAML 1.1 specification.
It was originally bound to Python and was later bound to Ruby.

This module is a Perl XS binding to libyaml which will (eventually)
offer Perl the best YAML support to date.

This module exports the functions Dump and Load. These functions are
intended to work exactly like YAML.pm's corresponding functions.


Required to run:
[lang/perl5]

Master sites: (Expand)

Filesize: 149.881 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-28 12:58:08 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-YAML-LibYAML: update to 0.89.

0.89 Sat 27 Jan 2024 01:44:08 AM CET
 - Recognise core booleans on Perl 5.36+ at dump time (PR#114 PEVANS++)
   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2023-07-04 13:39:40 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 0.88

Upstream changes:
0.88 Fri May 12 05:28:05 AM PDT 2023
 - REVERT "Turn off internal POK flag for number scalars"

0.87 Thu May  4 09:37:26 PM CEST 2023
 - Turn off internal POK flag for number scalars

0.86 Wed Jan 25 09:34:14 PM EST 2023
 - Fix YAML::XS pod in cpanminus

0.85 Mon Sep 12 08:20:19 AM EDT 2022
 - Convert doc from Swim to Markdown
 - Remove travis testing
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   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-07 19:23:54 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-YAML-LibYAML: update to 0.82.

0.82 Sat 02 May 2020 08:39:03 PM CEST
 - Updated libyaml sources to 0.2.4. Changes affecting YAML::XS are
 - Output '...' at the stream end after a block scalar with trailing empty
   lines
 - Accept '%YAML 1.2' directives (they are ignored and do not change
   behaviour though)

0.81 Mon 27 Jan 2020 11:05:46 PM CET
 - Breaking Change: Set $YAML::XS::LoadBlessed default to false to make it
   more secure