Source: libxml-fast-perl Maintainer: Debian Perl Group Uploaders: Edmund Lodewijks Section: perl Testsuite: autopkgtest-pkg-perl Build-Depends: debhelper-compat (= 14), dh-sequence-single-binary, libtest-nowarnings-perl , perl-xs-dev, perl:native Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-fast-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-fast-perl.git Homepage: https://metacpan.org/release/XML-Fast Package: libxml-fast-perl Architecture: any Depends: ${perl:Depends}, ${shlibs:Depends} Description: fast XML to hash converter written in C XML::Fast implements a simple state-machine XML parser in C, exposed to Perl as xml2hash. It converts a document to a nested hash in a single pass, without building a DOM first. . It tolerates and recovers from some kinds of malformed XML. It does not validate; use XML::LibXML if you need a validating parser.