File: control

package info (click to toggle)
libhtml-toc-perl 1.12-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 476 kB
  • ctags: 288
  • sloc: perl: 2,021; makefile: 7
file content (25 lines) | stat: -rw-r--r-- 1,104 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
Source: libhtml-toc-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libtest-differences-perl,
                     libhtml-parser-perl
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhtml-toc-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libhtml-toc-perl.git
Homepage: https://metacpan.org/release/HTML-Toc

Package: libhtml-toc-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libhtml-parser-perl
Description: module for creating and updating an HTML Table of Contents
 HTML::Toc is a Perl module that provides a mechanism for creating an HTML
 Table of Contents (ToC) and for keeping it up-to-date. Because it models the
 information in memory, updating the table becomes very simple. The framework
 also includes helper modules to write the table as HTML and keep it updated.