File: control

package info (click to toggle)
libpetal-perl 2.23-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,096 kB
  • ctags: 162
  • sloc: perl: 4,738; xml: 726; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,207 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
26
27
28
29
30
31
Source: libpetal-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 (>= 8)
Build-Depends-Indep: libcgi-pm-perl | perl (<< 5.19),
                     perl,
                     libmkdoc-xml-perl,
                     liburi-perl,
                     liblocale-maketext-gettext-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpetal-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpetal-perl.git
Homepage: https://metacpan.org/release/Petal

Package: libpetal-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libmkdoc-xml-perl
Recommends: libcgi-pm-perl | perl (<< 5.19),
            liblocale-maketext-gettext-perl
Description: Perl Template Attribute Language - TAL for perl
 Petal is an XML based templating engine that is able to process any kind of
 XML, XHTML and HTML.
 .
 Petal borrows a lot of good ideas from the Zope Page Templates TAL
 specification, it is very well suited for the creation of WYSIWYG XHTML
 editable templates.