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
|
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,
perl,
debhelper,
dh-buildinfo,
libclone-perl,
libtext-trim-perl,
perl (>= 5.21.4) | libscalar-list-utils-perl,
libdata-visitor-perl,
libtry-tiny-perl,
libyaml-perl,
libpath-tiny-perl (>= 0.59),
perl (>= 5.21.5) | libtest-simple-perl (>= 1.001008)
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtext-hogan-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtext-hogan-perl
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.
|