File: control

package info (click to toggle)
libxml-checker-perl 0.13-6
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 568 kB
  • ctags: 270
  • sloc: perl: 1,377; xml: 217; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,214 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
Source: libxml-checker-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libxml-dom-perl,
                     libxml-parser-perl,
                     libxml-perl,
                     libxml-regexp-perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-checker-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/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