File: control

package info (click to toggle)
libhtml-prettyprinter-perl 0.03-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 152 kB
  • ctags: 53
  • sloc: perl: 963; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,622 bytes parent folder | download | duplicates (2)
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
Source: libhtml-prettyprinter-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Radu-Bogdan Croitoru <croitoruradubogdan@gmail.com>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl, libhtml-tree-perl, libhtml-tagset-perl, libhtml-parser-perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-prettyprinter-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-prettyprinter-perl.git
Homepage: https://metacpan.org/release/HTML-PrettyPrinter

Package: libhtml-prettyprinter-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libhtml-tree-perl, libhtml-tagset-perl, libhtml-parser-perl
Description: module that generates nice HTML files from HTML syntax trees
 HTML::PrettyPrinter produces nicely formatted HTML code from a HTML syntax
 tree. It is especially useful if the produced HTML file shall be read or
 edited manually afterwards. Various parameters let you adapt the output to
 different styles and requirements.
 .
 If you don't care how the HTML source looks like as long as it is valid and
 readable by browsers, you should use the as_HTML() method of HTML::Element
 instead of the pretty printer. It is about five times faster.
 .
 The pretty printer will handle line wrapping, indention and structuring by
 the way the whitespace in the tree is represented in the output. Furthermore
 upper/lowercase markup and markup minimization, quoting of attribute values,
 the encoding of entities and the presence of optional end tags are
 configurable.