File: control

package info (click to toggle)
libhtml-html5-parser-perl 0.992-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,444 kB
  • sloc: perl: 16,129; makefile: 2; sh: 1
file content (51 lines) | stat: -rw-r--r-- 1,595 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
39
40
41
42
43
44
45
46
47
48
49
50
51
Source: libhtml-html5-parser-perl
Section: perl
Priority: optional
Build-Depends:
 perl,
 debhelper-compat (= 13),
 libhtml-html5-entities-perl <!nocheck>,
 libio-html-perl <!nocheck>,
 libtest-requires-perl <!nocheck>,
 libtry-tiny-perl <!nocheck>,
 liburi-perl <!nocheck>,
 libxml-libxml-perl <!nocheck>,
 libmoo-perl <!nocheck>,
 libwww-perl <!nocheck>,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>,
 Florian Schlichting <fschlich@zedat.fu-berlin.de>
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhtml-html5-parser-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhtml-html5-parser-perl
Homepage: https://metacpan.org/release/HTML-HTML5-Parser
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl

Package: libhtml-html5-parser-perl
Architecture: all
Depends:
 libhtml-html5-entities-perl,
 libio-html-perl,
 libtry-tiny-perl,
 liburi-perl,
 libxml-libxml-perl,
 ${perl:Depends},
 ${misc:Depends},
Recommends:
 libwww-perl,
Suggests:
 libxml-libxml-devel-setlinenumber-perl,
Description: parse HTML reliably
 HTML::HTML5::Parser is an HTML parser,
 similar to the non-CPAN module Whatpm::HTML
 with some changes including:
 .
  * Provides an XML::LibXML-like DOM interface.
    If you usually use XML::LibXML's DOM parser,
    this should be a drop-in solution for tag soup HTML.
 .
  * Constructs an XML::LibXML::Document as the result of parsing.
 .
  * Via bundling and modifications,
    removed external dependencies on non-CPAN packages.