libcpanel-json-xs-perl 2.3403-1 source package in Ubuntu

Changelog

libcpanel-json-xs-perl (2.3403-1) unstable; urgency=low


  * Initial Release. (Closes: #730576)

 -- Florian Schlichting <email address hidden>  Tue, 26 Nov 2013 20:55:06 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Downloads

File Size SHA-256 Checksum
libcpanel-json-xs-perl_2.3403-1.dsc 2.1 KiB bd3634eb71c4bfc414942f9e8bd67c812346d83339cd396390b783dc77f48843
libcpanel-json-xs-perl_2.3403.orig.tar.gz 126.7 KiB c8ce1e07ad8d2991092f7a90810fe17d2240f729a750c5b6e731f14ff7468be3
libcpanel-json-xs-perl_2.3403-1.debian.tar.gz 2.1 KiB 3155a7262119d124429d50267c527f507544ef210707bc41b19c248aa8f1e0bc

No changes file available.

Binary packages built by this source

libcpanel-json-xs-perl: module for fast and correct serialising to JSON

 Cpanel::JSON::XS 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.
 .
 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.