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: libxml-validator-schema-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: perl,
libxml-sax-perl,
libxml-filter-buffertext-perl,
libtree-dagnode-perl,
libxml-sax-expat-perl,
libxml-libxml-perl,
libxml-sax-writer-perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-validator-schema-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-validator-schema-perl.git
Homepage: https://metacpan.org/release/XML-Validator-Schema
Package: libxml-validator-schema-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
libtree-dagnode-perl,
libxml-sax-perl,
libxml-filter-buffertext-perl
Recommends: libxml-sax-expatxs-perl
Suggests: libxml-libxml-perl,
libxml-sax-expat-perl
Description: Perl module to validate XML against a subset of W3C XML Schema
XML::Validator::Schema allows you to validate XML documents against a W3C XML
Schema. This module does not implement the full W3C XML Schema recommendation
(http://www.w3.org/XML/Schema), but a useful subset.
|