| 12
 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
 
 | 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-compat (= 13),
               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://salsa.debian.org/perl-team/modules/packages/libweb-scraper-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/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.
 |