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 28 29 30 31 32 33 34 35 36 37 38 39
|
Source: libhtml-html5-parser-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
devscripts,
debhelper,
dh-buildinfo,
libhtml-html5-entities-perl,
libio-html-perl,
libtry-tiny-perl,
liburi-perl,
libxml-libxml-perl (>= 1.93),
perl (>= 5.14) | libhttp-tiny-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>,
Florian Schlichting <fschlich@zedat.fu-berlin.de>
Standards-Version: 3.9.4
Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libhtml-html5-parser-perl
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-html5-parser-perl.git
Homepage: https://metacpan.org/release/HTML-HTML5-Parser
Package: libhtml-html5-parser-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
${cdbs:Depends}
Suggests: ${cdbs:Suggests}
Description: parse HTML reliably
HTML::HTML5::Parser is an HTML parser, similar to the non-CPAN module
Whatpm::HTML with some changes including:
.
* Provides an XML::LibXML-like DOM interface. If you usually use
XML::LibXML's DOM parser, this should be a drop-in solution for tag
soup HTML.
.
* Constructs an XML::LibXML::Document as the result of parsing.
.
* Via bundling and modifications, removed external dependencies on
non-CPAN packages.
|