File: control

package info (click to toggle)
raku-json-optin 0.0.2-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 108 kB
  • sloc: makefile: 4
file content (25 lines) | stat: -rw-r--r-- 1,181 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>,
           Timo Paulssen <timonator@perpetuum-immobile.de>
Section: interpreters
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-raku
Standards-Version: 4.7.2
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: amd64 arm64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 loong64 mips mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x x32
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.