1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: raku-json-class
Maintainer: Debian Rakudo Maintainers <pkg-rakudo-devel@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>
Section: interpreters
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-raku,
raku-json-fast,
raku-json-marshal,
raku-json-name,
raku-json-optin,
raku-json-unmarshal
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl6-team/modules/raku-json-class
Vcs-Git: https://salsa.debian.org/perl6-team/modules/raku-json-class.git
Homepage: https://github.com/jonathanstowe/JSON-Class
Rules-Requires-Root: no
Package: raku-json-class
Architecture: any
Depends: ${misc:Depends},
${raku:Depends},
raku-json-marshal,
raku-json-name,
raku-json-optin,
raku-json-unmarshal
Description: 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.
|