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
|
Source: dtdparse
Section: perl
Priority: optional
Testsuite: autopkgtest-pkg-perl
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Uploaders: Mathieu Malaterre <malat@debian.org>
Build-Depends: debhelper (>= 10),
libdelimmatch-perl,
libxml-dom-perl,
libxml-parser-perl
Standards-Version: 4.6.0
Homepage: https://metacpan.org/pod/SGML::DTDParse
Vcs-Git: https://salsa.debian.org/xml-sgml-team/dtdparse.git
Vcs-Browser: https://salsa.debian.org/xml-sgml-team/dtdparse
Rules-Requires-Root: no
Package: libsgml-dtdparse-perl
Architecture: all
Depends: libdelimmatch-perl,
libxml-dom-perl,
libxml-parser-perl,
${misc:Depends},
${perl:Depends}
Description: Perl modules and scripts for manipulating SGML and XML DTDs
The DTDParse collection is a set of Perl modules and scripts for manipulating
SGML and XML Document Type Definitions (DTDs). DTDParse is designed primarily
to aid in the understanding and documentation of DTDs.
|