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
|
Source: libtenjin-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Harlan Lieberman-Berg <H.LiebermanBerg@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libhtml-parser-perl,
libtry-tiny-perl,
perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtenjin-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtenjin-perl.git
Homepage: https://metacpan.org/release/Tenjin
Package: libtenjin-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libhtml-parser-perl
Description: fast templating engine with support for embedded Perl
Tenjin is a very fast and full-featured templating engine, implemented in
several programming languages, among them Perl.
.
The Perl version of Tenjin supports embedded Perl code, nestable layout
template, inclusion of other templates inside a template, capturing parts of
or the entire template output, file and memory caching, template arguments
and preprocessing.
|