File: control

package info (click to toggle)
libxml-dt-perl 0.68-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 384 kB
  • ctags: 53
  • sloc: perl: 1,408; xml: 438; makefile: 16
file content (31 lines) | stat: -rw-r--r-- 1,214 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-dt-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nuno Carvalho <smash@cpan.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libwww-perl,
                     libxml-dtdparser-perl,
                     libxml-libxml-perl,
                     libtest-pod-perl,
                     libtest-pod-coverage-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-dt-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-dt-perl.git
Homepage: https://metacpan.org/release/XML-DT
Testsuite: autopkgtest-pkg-perl

Package: libxml-dt-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libwww-perl,
         libxml-dtdparser-perl,
         libxml-libxml-perl
Description: module for down translation of XML files
 XML::DT provides a way to manipulate in various ways an XML
 document. Including: changing the contents, transforming to 
 another document, generating statistics, generating info about
 the XML document to generate another document (i.e. creating a
 table of contents for a HTML file).