File: control

package info (click to toggle)
libxml-checker-perl 0.13-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 564 kB
  • sloc: perl: 1,377; xml: 217; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,210 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
Source: libxml-checker-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl,
                     libxml-dom-perl,
                     libxml-parser-perl,
                     libxml-perl,
                     libxml-regexp-perl
Standards-Version: 3.9.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-checker-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-checker-perl.git
Homepage: https://metacpan.org/release/XML-Checker

Package: libxml-checker-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libxml-dom-perl,
         libxml-parser-perl,
         libxml-perl,
         libxml-regexp-perl
Description: Perl modules for validating XML
 This package contains several modules for validating XML:
 .
 XML::Checker - contains the XML::Checker class that is used by the others
 XML::Checker::Parser - an XML::Parser that validates at parse time
 XML::DOM::ValParser - an XML::DOM::Parser that validates at parse time