Fast, lightweight YAML and JSON loader and dumper Maintained by:tobez@FreeBSD.org Port Added: 28 Dec 2005 09:47:59 Also Listed In:perl5 License: not specified in port
This module provides a Perl interface to the libsyck data serialization
library. It exports the Dump and Load functions for converting Perl
data structures to YAML strings, and the other way around. It also
provides an implementation of JSON parsing and generation. Because
JSON is YAML (http://redhanded.hobix.com/inspect/yamlIsJson.html),
using libsyck gives you the fastest and most memory efficient parser
and dumper for JSON data representation.
WWW: http://search.cpan.org/dist/YAML-Syck/
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav)
Update textproc/p5-YAML-Syck to 0.41. Since this port now includes the
functionality of textproc/p5-JSON-Syck, retire the latter and note this
in the MOVED.
This commit is partially based on the PR mentioned below.
PR: 95412
Submitted by: Paul Dlug <paul@aps.org>