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
|
Source: libhtml-tableextract-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libhtml-element-extended-perl,
libhtml-parser-perl,
perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/HTML-TableExtract
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-tableextract-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhtml-tableextract-perl.git
Testsuite: autopkgtest-pkg-perl
Package: libhtml-tableextract-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libhtml-parser-perl
Suggests: libhtml-element-extended-perl
Description: module for extracting the content contained in HTML tables
HTML::TableExtract is a module that simplifies the extraction of information
contained in tables within HTML documents, either as text or encoded element
trees.
.
For extracting a tree structure of element objects, the additional package
libhtml-element-extended-perl might be needed.
|