File: control

package info (click to toggle)
libweb-scraper-perl 0.38-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 312 kB
  • ctags: 34
  • sloc: perl: 473; makefile: 2
file content (51 lines) | stat: -rw-r--r-- 2,021 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Source: libweb-scraper-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20140227~),
               libmodule-build-tiny-perl,
               perl
Build-Depends-Indep: libhtml-parser-perl,
                     libhtml-selector-xpath-perl,
                     libhtml-tagset-perl,
                     libhtml-tree-perl,
                     libhtml-treebuilder-libxml-perl,
                     libhtml-treebuilder-xpath-perl,
                     libtest-base-perl,
                     libtest-requires-perl,
                     libuniversal-require-perl,
                     liburi-perl,
                     libwww-perl,
                     libxml-xpathengine-perl,
                     libyaml-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libweb-scraper-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libweb-scraper-perl.git
Homepage: https://metacpan.org/release/Web-Scraper
Testsuite: autopkgtest-pkg-perl

Package: libweb-scraper-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libhtml-parser-perl,
         libhtml-selector-xpath-perl,
         libhtml-tagset-perl,
         libhtml-tree-perl,
         libhtml-treebuilder-xpath-perl,
         libuniversal-require-perl,
         liburi-perl,
         libwww-perl,
         libxml-xpathengine-perl,
         libyaml-perl
Recommends: libhtml-treebuilder-libxml-perl
Description: Web Scraping Toolkit using HTML and CSS Selectors or XPath expressions
 Web::Scraper is a web scraper toolkit, inspired by Ruby's equivalent Scrapi.
 It provides a DSL-ish interface for traversing HTML documents and returning a
 neatly arranged Perl data strcuture.
 .
 The scraper and process blocks provide a method to define what segments of a
 document to extract. It understands HTML and CSS Selectors as well as XPath
 expressions.