libjson-pp-perl 4.10000-1 source package in Ubuntu

Changelog

libjson-pp-perl (4.10000-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 4.10000.
  * Update long description.

 -- gregor herrmann <email address hidden>  Sat, 25 Jun 2022 11:54:27 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libjson-pp-perl_4.10000-1.dsc 2.3 KiB 386f557e81d21f91fb88f92aa3c885d1c81e641970225dcfd236c4cbe1ff3cac
libjson-pp-perl_4.10000.orig.tar.gz 53.3 KiB a1d07ac81bc0a9110812e0d9c2d8df206ee1cc4ae3a09cf8e52a08c051fb2c82
libjson-pp-perl_4.10000-1.debian.tar.xz 3.6 KiB 0d4bea76a70cb1de42c6661e371a590fc1bbde43f6447d4ef18608f20e061284

Available diffs

No changes file available.

Binary packages built by this source

libjson-pp-perl: module for manipulating JSON-formatted data (Pure Perl)

 JSON::PP 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 Pure Perl JSON implementation is also part of perl core, and will be
 loaded by the JSON module (see libjson-perl) if the C/XS-accelerated version
 (see libjson-xs-perl) is not available.