File: control

package info (click to toggle)
libtypes-xsd-lite-perl 0.007-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 180 kB
  • sloc: perl: 407; makefile: 2; sh: 1
file content (34 lines) | stat: -rw-r--r-- 1,201 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
31
32
33
34
Source: libtypes-xsd-lite-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 perl,
 libtype-tiny-perl (>= 2),
 libtest-fatal-perl <!nocheck>,
 libtest-requires-perl <!nocheck>,
 libmoo-perl <!nocheck>,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtypes-xsd-lite-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtypes-xsd-lite-perl
Homepage: https://metacpan.org/release/Types-XSD-Lite
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl

Package: libtypes-xsd-lite-perl
Architecture: all
Depends:
 libtype-tiny-perl (>= 2),
 ${misc:Depends},
 ${perl:Depends}
Description: type constraints based on a subset of XML schema datatypes
 Types::XSD::Lite provides all the type constraints from XML Schema
 that could be implemented without introducing
 extra runtime dependencies (above Type::Tiny).
 That's basically all of the XSD types,
 except datetime-related ones,
 and XML-specific ones (QNames, IDRefs, etc).
 .
 If you want the full set of XML Schema types, see Types::XSD.