libjson-maybexs-perl 1.004005-ok1 source package in openKylin

Changelog

libjson-maybexs-perl (1.004005-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 07 May 2024 09:32:09 +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
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-maybexs-perl_1.004005.orig.tar.gz 22.6 KiB f5b6bc19f579e66b7299f8748b8ac3e171936dc4e7fcb72a8a257a9bd482a331
libjson-maybexs-perl_1.004005-ok1.debian.tar.xz 1.8 KiB bc7b19d7ca6899f3f36b14b3f6199c4d6f340abbdac4dc3eae2f15ad8b155252
libjson-maybexs-perl_1.004005-ok1.dsc 2.1 KiB 0d28f0290be02b3bcfd4c8e41283a00f457ae7e52bf10e60e83f68ce1062d8b9

Available diffs

View changes file

Binary packages built by this source

libjson-maybexs-perl: interface to the best available JSON module

 JSON::MaybeXS first checks to see if either Cpanel::JSON::XS or JSON::XS is
 already loaded, in which case it uses that module. Otherwise it tries to load
 Cpanel::JSON::XS, then JSON::XS, then JSON::PP in order, and either uses the
 first module it finds or throws an error.
 .
 It then exports the encode_json and decode_json functions from the loaded
 module, along with a JSON constant that returns the class name for calling
 new on.