File: control

package info (click to toggle)
raku-json-class 0.0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 128 kB
  • sloc: makefile: 4
file content (30 lines) | stat: -rw-r--r-- 1,119 bytes parent folder | download
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.