File: control

package info (click to toggle)
libhtml-treebuilder-xpath-perl 0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 112 kB
  • ctags: 94
  • sloc: perl: 507; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,427 bytes parent folder | download | duplicates (2)
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
Source: libhtml-treebuilder-xpath-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libtest-pod-perl, libhtml-tree-perl,
 libtest-pod-coverage-perl, libxml-xpathengine-perl (>= 0.12)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>, gregor herrmann <gregoa@debian.org>,
 Jonathan Yu <jawnsy@cpan.org>, Ansgar Burchardt <ansgar@debian.org>
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/pkg-perl/packages/libhtml-treebuilder-xpath-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-treebuilder-xpath-perl.git
Homepage: http://search.cpan.org/dist/HTML-TreeBuilder-XPath/

Package: libhtml-treebuilder-xpath-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libhtml-tree-perl,
 libxml-xpathengine-perl (>= 0.12)
Description: Perl module to add XPath support to HTML::TreeBuilder
 HTML::TreeBuilder::XPath is a drop-in replacement for HTML::TreeBuilder (see
 libhtml-treebuilder-perl) that adds typical XPath methods, making it easy to
 query a document and extract information about nodes and values.
 .
 It is also capable of generating two representations of the XML output: a
 compact version, intended for machine readable output and minimal space
 requirements (in terms of disk space and network bandwidth); and a human
 readable, indented version.