File: control

package info (click to toggle)
diet-ng 1.8.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 336 kB
  • sloc: sh: 11; makefile: 7
file content (39 lines) | stat: -rw-r--r-- 1,557 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: diet-ng
Maintainer: Debian D Language Group <team+d-team@tracker.debian.org>
Uploaders: Matthias Klumpp <mak@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-dlang,
               meson,
               pkg-config
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/d-team/diet-ng
Vcs-Git: https://salsa.debian.org/d-team/diet-ng.git
Homepage: https://github.com/rejectedsoftware/diet-ng

Package: libdiet0
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: Compile-time indentation based, XML structured template system
 Diet is a generic compile-time template system based on an XML-like
 structure. The syntax is heavily influenced by Pug (formerly "Jade")
 and Haml and outputting dynamic HTML is the primary goal. It supports
 pluggable transformation modules, as well as output modules, so that
 many other uses are possible.

Package: libdiet-dev
Architecture: any
Section: libdevel
Depends: libdiet0 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Compile-time indentation based template system -- development files
 Diet is a generic compile-time template system based on an XML-like
 structure. The syntax is heavily influenced by Pug (formerly "Jade")
 and Haml and outputting dynamic HTML is the primary goal. It supports
 pluggable transformation modules, as well as output modules, so that
 many other uses are possible.
 .
 This package contains development files for the D programming language.