File: control

package info (click to toggle)
libhtml-tagset-perl 3.20-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 128 kB
  • ctags: 2
  • sloc: perl: 143; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 984 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
Source: libhtml-tagset-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libtest-pod-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhtml-tagset-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libhtml-tagset-perl.git
Homepage: https://metacpan.org/release/HTML-Tagset
Testsuite: autopkgtest-pkg-perl

Package: libhtml-tagset-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Data tables pertaining to HTML
 HTML-Tagset contains data tables useful in dealing with HTML.  For instance,
 it provides %HTML::Tagset::emptyElement, which lists all of the HTML elements
 which cannot have content.  It provides no functions or methods.