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 32 33 34 35
|
Source: libtext-hogan-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Section: perl
Priority: optional
Build-Depends: cdbs,
licensecheck,
perl,
debhelper,
dh-buildinfo,
libclone-perl (>= 0.37),
perl (>= 5.21.4) | libscalar-list-utils-perl,
libtext-trim-perl,
libdata-visitor-perl (>= 0.30),
libpath-tiny-perl (>= 0.59),
perl (>= 5.21.5) | libtest-simple-perl (>= 1.001008),
libtry-tiny-perl (>= 0.22),
libyaml-perl (>= 1.13)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtext-hogan-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-hogan-perl.git
Homepage: https://metacpan.org/release/Text-Hogan
Package: libtext-hogan-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Description: mustache templating engine statement-for-statement cloned from hogan.js
Text::Hogan is a statement-for-statement rewrite of hogan.js in Perl.
.
It is a mustache templating engine which supports pre-compilation of
your templates into pure Perl code, which then renders very quickly.
.
It passes the full mustache spec.
|