NOTICE: This package has been removed from pkgsrc

./textproc/p5-YAML-XS, Perl YAML Serialization using XS and libyaml

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.83, Package name: p5-YAML-XS-0.83, Maintainer: pkgsrc-users

Kirill Simonov'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 offers Perl the best
YAML support to date.

This module exports the functions Dump, Load, DumpFile and LoadFile.
These functions are intended to work exactly like YAML.pm's
corresponding functions. Only Load and Dump are exported by default.

Master sites: (Expand)

SHA1: 40510bd63a3ab4e3c3504f299c8838c3449cf1a9
RMD160: 12fc71e20b044afba259cf7422df04f3dcbb2794
Filesize: 149.017 KB

Version history: (Expand)


CVS history: (Expand)


   2021-09-12 01:40:25 by Wen Heping | Files touched by this commit (3) | Package removed
Log message:
Remove textproc/p5-YAML-XS.

Approved by:	wiz@
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2020-11-18 23:38:52 by Taylor R Campbell | Files touched by this commit (3)
Log message:
textproc/p5-YAML-XS: import YAML::XS 0.82

Perl YAML Serialization using XS and libyaml