File: control

package info (click to toggle)
dtdparse 2.00-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 352 kB
  • sloc: perl: 6,251; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 1,039 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
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.