Info2: << Package: json-xs-pm%type_pkg[perl] Version: 2.30 Revision: 2 Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6 Type: perl (5.8.6 5.8.8 5.10.0) Description: JSON done correctly and fast DescDetail: << This module converts Perl data structures to JSON and vice versa. Its primary goal is to be *correct* and its secondary goal is to be *fast*. To reach the latter goal it was written in C. Beginning with version 2.0 of the JSON module, when both JSON and JSON::XS are installed, then JSON will fall back on JSON::XS (this can be overridden) with no overhead due to emulation (by inheriting constructor and methods). If JSON::XS is not available, it will fall back to the compatible JSON::PP module as backend, so using JSON instead of JSON::XS gives you a portable JSON API that can be fast when you need and doesn't require a C compiler when that is a problem. As this is the n-th-something JSON module on CPAN, what was the reason to write yet another JSON module? While it seems there are many JSON modules, none of them correctly handle all corner cases, and in most cases their maintainers are unresponsive, gone missing, or not listening to bug reports for other reasons. << License: Artistic/GPL Maintainer: Daniel Johnson Homepage: http://search.cpan.org/dist/JSON-XS/ Depends: common-sense-pm, perl%type_pkg[perl]-core Source: mirror:cpan:authors/id/M/ML/MLEHMANN/JSON-XS-2.3.tar.gz Source-MD5: 4dc2a968e41f8cf330d46be12f221a12 UpdatePOD: true DocFiles: COPYING Changes README InstallScript: << %{default_script} /bin/mv %i/share/man %i/lib/perl5/%type_raw[perl] /bin/mv %i/bin/json_xs %i/bin/json_xs%type_pkg[perl] << PostInstScript: update-alternatives --install %p/bin/json_xs json_xs %p/bin/json_xs%type_pkg[perl] %type_pkg[perl] PreRmScript: update-alternatives --remove json_xs %p/bin/json_xs%type_pkg[perl] <<