File: control

package info (click to toggle)
libhtml-tableparser-perl 0.43-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 604 kB
  • sloc: perl: 927; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,165 bytes parent folder | download
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-tableparser-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-debian@420.am>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libhtml-parser-perl,
                     perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhtml-tableparser-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhtml-tableparser-perl.git
Homepage: https://metacpan.org/release/HTML-TableParser

Package: libhtml-tableparser-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libhtml-parser-perl
Description: Perl module to extract data from an HTML table
 HTML::TableParser uses HTML::Parser to extract data from an HTML
 table.  The data is returned via a series of user defined callback
 functions or methods.  Specific tables may be selected either by a
 matching a unique table id or by matching against the column names.
 Multiple (even nested) tables may be parsed in a document in one pass.