libjson-types-perl 0.05-3 source package in Ubuntu

Changelog

libjson-types-perl (0.05-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libjson-types-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 22:59:31 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libjson-types-perl_0.05-3.dsc 2.1 KiB 5f4f9d70d7a3ec8d0c802b7a00a7e9324e3278617ca3b9197ffeb4b3ee2def0a
libjson-types-perl_0.05.orig.tar.gz 28.9 KiB f64dadf66ecb7b307b9a8689ea9eabf0fd3f6a9d820467c5eeaeddd13bced9eb
libjson-types-perl_0.05-3.debian.tar.xz 3.6 KiB a5e7623de25221a33d76d82f9fd9b5c6855f1680e74d2a26ad6a809b876d663e

Available diffs

No changes file available.

Binary packages built by this source

libjson-types-perl: variable type utility for JSON encoding

 The type mappings between JSON and Perl is annoying, because e.g. a
 number in Perl is under some circumstances treated as a string in JSON.
 .
 JSON::Types provides functions to fixate the types of variables passed
 to JSON.