libjson-perl 4.10000-ok1 source package in openKylin

Changelog

libjson-perl (4.10000-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 07 May 2024 09:20:33 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main perl
Huanghe V3.0 release main perl
Nile V2.0 release main perl
Nile V2.0 proposed main perl

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libjson-perl_4.10000.orig.tar.gz 92.1 KiB df8b5143d9a7de99c47b55f1a170bd1f69f711935c186a6dc0ab56dd05758e35
libjson-perl_4.10000-ok1.debian.tar.xz 2.4 KiB 0a19f7cde2d458397ed9e911ffaae01147628503d7cfd02ebf8c38471a97b261
libjson-perl_4.10000-ok1.dsc 2.0 KiB 25c679b6372c9803e20ad6b4893b0dff7f458eca52a8f8b177fea1ceb4d25941

Available diffs

View changes file

Binary packages built by this source

libjson-perl: module for manipulating JSON-formatted data

 JSON is a Perl module for manipulating data stored in the format of the same
 name. JavaScript Object Notation (JSON) is a simple data serialization format
 (defined in RFC 4627) that serves as an alternative to XML.
 .
 The primary purpose of this module is to select an appropriate backend JSON
 implementation. It prefers either JSON::XS (see libjson-xs-perl) or JSON::PP
 (see libjson-pp-perl), but will fall back on a backport implementation if
 neither are available.