Source: libxml-compacttree-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: matanya moses Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl, libxml-libxml-perl Standards-Version: 3.9.6 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-compacttree-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-compacttree-perl.git Homepage: https://metacpan.org/release/XML-CompactTree Package: libxml-compacttree-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libxml-libxml-perl, libxml-sax-perl, libxml-namespacesupport-perl, libxml-sax-base-perl Description: fast parser of XML document into nested arrays XML::CompactTree provides functions that use XML::LibXML::Reader to parse an XML document into a parse tree formed of nested arrays (and hashes). It aims to be fast in doing that and to presreve all relevant information from the XML (including namespaces, document order, mixed content, etc.). It sacrifices user friendliness for speed.