Source: libxml-tidy-tiny-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Edmund Lodewijks <edmund@proteamail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends: debhelper-compat (= 14),
               dh-sequence-single-binary
Build-Depends-Indep: perl
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-tidy-tiny-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-tidy-tiny-perl.git
Homepage: https://metacpan.org/release/XML-Tidy-Tiny

Package: libxml-tidy-tiny-perl
Architecture: all
Depends: ${perl:Depends}
Description: module to indent XML without parsing it
 XML::Tidy::Tiny re-indents an XML document by splitting it on tag boundaries
 and tracking nesting depth, indenting each level by two spaces. Elements whose
 content is plain text stay on one line; any XML declaration is kept on a line
 of its own, and whitespace-only text between tags is discarded.
 .
 It exports a single function, xml_tidy. There is no parser and no validation,
 so it has no dependencies beyond core Perl and it will reformat input that is
 not well-formed. Use XML::Tidy if you need a tidier that understands the
 document.
