1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: libjson-xs-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Angel Abad <angel@debian.org>,
Ivan Kohler <ivan-debian@420.am>,
Niko Tyni <ntyni@debian.org>,
gregor herrmann <gregoa@debian.org>,
Ansgar Burchardt <ansgar@debian.org>,
Alessandro Ghedini <ghedo@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312),
perl,
libcanary-stability-perl,
libcommon-sense-perl,
libtypes-serialiser-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libjson-xs-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libjson-xs-perl.git
Homepage: https://metacpan.org/release/JSON-XS
Package: libjson-xs-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends},
libcommon-sense-perl,
libtypes-serialiser-perl
Breaks: libjson-perl (<< 2.90)
Description: module for manipulating JSON-formatted data (C/XS-accelerated)
JSON::XS is a module for manipulating data stored in the JavaScript Object
Notation (JSON) serialization format (defined in RFC 4627), which serves as
an alternative to XML.
.
This C/XS-accelerated JSON implementation confers significant performance
gains if available. After installing this package, any code using the JSON
module (see libjson-perl) will automagically benefit from this.
|