raku-json-class 0.0.21-4 source package in Ubuntu

Changelog

raku-json-class (0.0.21-4) unstable; urgency=medium

  * control: add Build-Depends on dh_raku 0.19
  * control: set arch=all

 -- Dominique Dumont <email address hidden>  Thu, 08 May 2025 16:24:54 +0200

Upload details

Uploaded by:
Debian Rakudo Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Rakudo Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Resolute release universe misc
Questing release universe misc

Builds

Questing: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
raku-json-class_0.0.21-4.dsc 2.2 KiB 0b1d2c1188b9e85bc495656f214ac0e7fd54ed1f55ca32a879776298392e2377
raku-json-class_0.0.21.orig.tar.gz 8.6 KiB 61308c7c2b64b3aeb9dd9834833169cf817b5ea530617b48c5a0392faa724ea0
raku-json-class_0.0.21-4.debian.tar.xz 5.0 KiB 4d89db19e91b59ce0b2721b16c1e67cfcf3e6bf6c01c687afdf3e309a66f26ba

Available diffs

No changes file available.

Binary packages built by this source

raku-json-class: Raku role to serialise objects to or from JSON

 This is a simple role that provides methods to instantiate a class from
 a JSON string that (hopefully) represents it, and to serialise an
 object of the class to a JSON string.