Source: libxml-parser-lite-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libtest-requires-perl,
                     libxmlrpc-lite-perl,
                     perl
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-parser-lite-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-parser-lite-perl.git
Homepage: https://metacpan.org/release/XML-Parser-Lite

Package: libxml-parser-lite-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Breaks: libsoap-lite-perl (<< 1.08-1)
Replaces: libsoap-lite-perl (<< 1.08-1)
Description: lightweight regexp-based XML parser
 XML::Parser::Lite implements an XML parser with an interface similar to
 XML::Parser. Though not all callbacks are supported, you should be able to
 use it in the same way you use XML::Parser.
 .
 Note that you cannot use regular expressions or split in callbacks. This is
 due to a limitation of perl's regular expression implementation (which is not
 re-entrant).
