File: control

package info (click to toggle)
libhtml-tiny-perl 1.05-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 196 kB
  • sloc: perl: 279; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,059 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
Source: libhtml-tiny-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: perl
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhtml-tiny-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhtml-tiny-perl.git
Homepage: https://metacpan.org/release/HTML-Tiny

Package: libhtml-tiny-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Description: HTML::Tiny - Lightweight, dependency free HTML/XML generation
 HTML::Tiny is a simple, dependency free module for
 generating HTML (and XML). It concentrates on generating
 syntactically correct XHTML using a simple Perl notation.
 In addition to the HTML generation functions utility functions are
 provided to
  - encode and decode URL encoded strings
  - entity encode HTML
  - build query strings
  - JSON encode data structures