raku-json-name 0.0.7-3build2 source package in Ubuntu

Changelog

raku-json-name (0.0.7-3build2) lunar; urgency=medium

  * Rebuild against new rakudo-2022.12-1.

 -- Gianfranco Costamagna <email address hidden>  Sat, 21 Jan 2023 11:46:56 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
any
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

Downloads

File Size SHA-256 Checksum
raku-json-name_0.0.7.orig.tar.gz 6.1 KiB 9c33c6310efc6af6b45997dc9ec62115d8250da3015939c1a8a512b71f4ba353
raku-json-name_0.0.7-3build2.debian.tar.xz 5.0 KiB bd71a8bbd639ae75615263c99408087e881a573eaf57212e1b964c96ba4490a1
raku-json-name_0.0.7-3build2.dsc 2.1 KiB c9de514347cd3181fd4f7e3400f773567c7a7484d3c23ee172f3ceb79f311734

Available diffs

View changes file

Binary packages built by this source

raku-json-name: Provides a trait to store an alternative JSON Name

 This Raku module is a dependency of JSON::Marshal and JSON::Unmarshal
 in order to save duplication, it is intended to store a separate JSON
 name for an attribute where the name of the JSON attribute might be
 changed, either for aesthetic reasons or the name is not a valid Raku
 identifier. It will of course also be needed in classes that are going
 to use JSON::Marshal or JSON::Unmarshal for
 serialisation/de-serialisation.
 .
 Of course it could be used in other modules for a similar purpose.