File: control

package info (click to toggle)
libtext-hogan-perl 2.03-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 240 kB
  • sloc: perl: 826; makefile: 2; sh: 1
file content (39 lines) | stat: -rw-r--r-- 1,222 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
32
33
34
35
36
37
38
39
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:
 debhelper-compat (= 13),
 libclone-perl <!nocheck>,
 libdata-visitor-perl <!nocheck>,
 libpath-tiny-perl <!nocheck>,
 libref-util-perl <!nocheck>,
 libtext-trim-perl <!nocheck>,
 libtry-tiny-perl <!nocheck>,
 libyaml-perl <!nocheck>,
 perl,
Standards-Version: 4.5.1
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
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no

Package: libtext-hogan-perl
Architecture: all
Depends:
 libclone-perl,
 libref-util-perl,
 libtext-trim-perl,
 ${misc:Depends},
 ${perl:Depends},
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.