File: control

package info (click to toggle)
libtypes-serialiser-perl 1.01-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 96 kB
  • sloc: perl: 40; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,133 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: libtypes-serialiser-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libcommon-sense-perl <!nocheck>,
                     perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtypes-serialiser-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtypes-serialiser-perl.git
Homepage: https://metacpan.org/release/Types-Serialiser
Rules-Requires-Root: no

Package: libtypes-serialiser-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcommon-sense-perl
Description: module providing simple data types for common serialisation formats
 Types::Serialiser provides some extra datatypes that are used by common
 serialisation formats such as JSON or CBOR. The idea is to have a repository
 of simple/small constants and containers that can be shared by different
 implementations so they become interoperable between each other.