File: control

package info (click to toggle)
libhtml-treebuilder-libxml-perl 0.28-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 264 kB
  • sloc: perl: 533; makefile: 2; sh: 1
file content (38 lines) | stat: -rw-r--r-- 1,343 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
27
28
29
30
31
32
33
34
35
36
37
38
Source: libhtml-treebuilder-libxml-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 libhtml-treebuilder-xpath-perl <!nocheck>,
 libmodule-build-tiny-perl,
 libtest-exception-perl <!nocheck>,
 libweb-scraper-perl <!nocheck>,
 libxml-libxml-perl <!nocheck>,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhtml-treebuilder-libxml-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhtml-treebuilder-libxml-perl.git
Homepage: https://github.com/tokuhirom/HTML-TreeBuilder-LibXML
Rules-Requires-Root: no

Package: libhtml-treebuilder-libxml-perl
Architecture: all
Depends:
 libhtml-treebuilder-xpath-perl,
 libxml-libxml-perl,
 ${misc:Depends},
 ${perl:Depends},
Description: HTML::TreeBuilder and XPath compatible interface with libxml
 HTML::TreeBuilder::XPath is libxml based compatible interface
 to HTML::TreeBuilder,
 which could be slow for a large document.
 .
 HTML::TreeBuilder::LibXML is drop-in-replacement
 for HTML::TreeBuilder::XPath.
 .
 This module doesn't implement all of HTML::TreeBuilder
 and HTML::Element APIs,
 but enough methods are defined so modules like Web::Scraper work.