File: control

package info (click to toggle)
libxml-tidy-perl 1.12.B55J2qn-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 260 kB
  • ctags: 73
  • sloc: perl: 781; makefile: 11
file content (27 lines) | stat: -rw-r--r-- 1,168 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: libxml-tidy-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libmath-basecnv-perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl,
                     libxml-xpath-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryan@debian.org>,
           Nicholas Bamber <nicholas@periapt.co.uk>
Standards-Version: 3.9.4
Homepage: https://metacpan.org/release/XML-Tidy/
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-tidy-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-tidy-perl.git

Package: libxml-tidy-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libmath-basecnv-perl,
         libxml-xpath-perl
Description: module for tidy indenting of XML documents
 XML::Tidy creates XML document objects (with inheritance from XML::XPath) to
 tidy mixed-content (ie. non-data) text node indenting. There are also some
 other handy member functions to compress && expand your XML document object
 (into either a compact XML representation or a binary one).