File: control

package info (click to toggle)
libtypes-xsd-perl 0.007-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,320 kB
  • sloc: perl: 317; makefile: 2; sh: 1
file content (39 lines) | stat: -rw-r--r-- 1,296 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
35
36
37
38
39
Source: libtypes-xsd-perl
Section: perl
Priority: optional
Build-Depends:
 perl,
 debhelper-compat (= 13),
 libdatetime-incomplete-perl,
 libdatetimex-auto-perl,
 libtype-tiny-perl,
 libtypes-xsd-lite-perl,
 libxml-regexp-perl,
 perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtypes-xsd-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtypes-xsd-perl
Homepage: https://metacpan.org/release/Types-XSD
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no

Package: libtypes-xsd-perl
Architecture: all
Depends:
 libdatetime-incomplete-perl,
 libdatetimex-auto-perl,
 libtype-tiny-perl,
 libtypes-xsd-lite-perl,
 libxml-regexp-perl,
 ${misc:Depends},
 ${perl:Depends}
Description: type constraints based on XML schema datatypes
 Types::XSD is a type constraint library inspired by XML Schema, and
 built with Type::Library. It can be used as a type constraint library
 for Moo, Mouse or Moose, or used completely independently of any OO
 framework.
 .
 This module is an extension of Types::XSD::Lite which has fewer type
 constraints, but fewer dependencies.