File: control

package info (click to toggle)
libhtml-toc-perl 1.12-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 412 kB
  • ctags: 235
  • sloc: perl: 2,020; makefile: 7
file content (20 lines) | stat: -rw-r--r-- 987 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libhtml-toc-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50)
Build-Depends-Indep: perl, libtest-differences-perl, libhtml-parser-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/HTML-Toc/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-toc-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-toc-perl/

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.