File: control

package info (click to toggle)
mustache-d 0.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 188 kB
  • sloc: makefile: 7
file content (34 lines) | stat: -rw-r--r-- 1,147 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
Source: mustache-d
Section: libs
Priority: optional
Maintainer: Debian D Language Group <team+d-team@tracker.debian.org>
Uploaders: Matthias Klumpp <mak@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-dlang,
               meson
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/repeatedly/mustache-d
Vcs-Git: https://salsa.debian.org/d-team/mustache-d.git
Vcs-Browser: https://salsa.debian.org/d-team/mustache-d

Package: libmustache-d0
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: Mustache rendering engine for D
 Mustache is a push-strategy (a.k.a logic-less) template engine.
 .
 This package contains an implementation in the D programming language.

Package: libmustache-d-dev
Section: libdevel
Architecture: any
Depends: libmustache-d0 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Mustache rendering engine for D -- development files
 Mustache is a push-strategy (a.k.a logic-less) template engine.
 .
 This package contains D development files for a Mustache implementation
 in the D programming language.