File: control

package info (click to toggle)
raku-json-optin 0.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 108 kB
  • sloc: makefile: 4
file content (25 lines) | stat: -rw-r--r-- 1,021 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
Source: raku-json-optin
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,
               prove6
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl6-team/modules/raku-json-optin
Vcs-Git: https://salsa.debian.org/perl6-team/modules/raku-json-optin.git
Homepage: https://github.com/jonathanstowe/JSON-OptIn.git
Rules-Requires-Root: no

Package: raku-json-optin
Architecture: any
Depends: ${misc:Depends},
         ${raku:Depends}
Description: Raku trait and role to identify opt-in JSON serialization
 This Raku package provides a trait and a role for the identification of
 'opt in' serialisiable attributes in, for example, JSON::Marshal.
 .
 According to upstream, it's probably not necessary to use this directly
 as it will be required by e.g. JSON::Name but it's just more convenient
 to package it separately.