File: control

package info (click to toggle)
libtypes-xsd-lite-perl 0.005-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 180 kB
  • ctags: 12
  • sloc: perl: 381; makefile: 13
file content (33 lines) | stat: -rw-r--r-- 1,194 bytes parent folder | download | duplicates (2)
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
Source: libtypes-xsd-lite-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 devscripts,
 perl,
 debhelper,
 dh-buildinfo,
 libtype-tiny-perl,
 libtest-fatal-perl,
 libtest-requires-perl,
 perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
 libmoo-perl (>= 1.003000)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtypes-xsd-lite-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtypes-xsd-lite-perl.git
Homepage: https://metacpan.org/release/Types-XSD-Lite

Package: libtypes-xsd-lite-perl
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends}
Suggests: ${cdbs:Suggests},
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.