File: control

package info (click to toggle)
libhtml-formatexternal-perl 26-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 404 kB
  • sloc: perl: 2,397; sh: 164; makefile: 3
file content (46 lines) | stat: -rw-r--r-- 1,810 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
Source: libhtml-formatexternal-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: elinks <!nocheck>,
                     html2text <!nocheck>,
                     libconstant-defer-perl <!nocheck>,
                     libhtml-tree-perl <!nocheck>,
                     libipc-run-perl <!nocheck>,
                     liburi-perl (>= 5.12) <!nocheck> | liburi-perl (<< 5.11) <!nocheck>,
                     links <!nocheck>,
                     lynx <!nocheck>,
                     netrik <!nocheck>,
                     perl,
                     w3m <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhtml-formatexternal-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhtml-formatexternal-perl.git
Homepage: https://metacpan.org/release/HTML-FormatExternal
Rules-Requires-Root: no

Package: libhtml-formatexternal-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libconstant-defer-perl,
         libipc-run-perl,
         liburi-perl (>= 5.12) | liburi-perl (<< 5.11)
Recommends: elinks,
            html2text,
            links,
            lynx,
            netrik,
            w3m
Multi-Arch: foreign
Description: HTML to text formatting using external programs
 HTML::FormatExternal is a collection of formatter modules turning HTML into
 plain text using external programs such as elinks, html2text, links, lynx,
 w3m.
 .
 The programming interface is compatible with HTML::FormatText and
 HTML::FormatText::WithLinks, so you can fairly easily switch how you
 want the formatting done.