File: control

package info (click to toggle)
libhtml-query-perl 0.09-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 364 kB
  • sloc: perl: 449; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,518 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
Source: libhtml-query-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Andrew Ruthven <andrew@etc.gen.nz>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libbadger-perl <!nocheck>,
                     libhtml-tree-perl <!nocheck>,
                     perl
Standards-Version: 4.6.2
Homepage: https://metacpan.org/release/HTML-Query
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhtml-query-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhtml-query-perl.git
Rules-Requires-Root: no

Package: libhtml-query-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libbadger-perl,
         libhtml-tree-perl
Description: HTML::Tree add-on to allow jQuery-like queries on HTML::Element trees
 The HTML::Query module is an add-on for the HTML::Tree module set. It provides
 a simple way to select one or more elements from a tree using a query syntax
 inspired by jQuery. This selector syntax will be reassuringly familiar to
 anyone who has ever written a CSS selector.
 .
 HTML::Query is not an attempt to provide a complete (or even near-complete)
 implementation of jQuery in Perl (see Ingy's pQuery module for a more
 ambitious attempt at that). Rather, it borrows some of the tried and tested
 selector syntax from jQuery (and CSS) that can easily be mapped onto the
 look_down() method provided by the HTML::Element module.