File: control

package info (click to toggle)
ctemplate 2.3-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 3,828 kB
  • sloc: cpp: 15,271; sh: 10,716; ansic: 1,058; makefile: 464; python: 204; lisp: 197; perl: 86
file content (36 lines) | stat: -rw-r--r-- 1,726 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
Source: ctemplate
Section: libdevel
Priority: optional
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Uploaders: Mark Purcell <msp@debian.org>, Florian Reinhard <florian.reinhard@googlemail.com>
Build-Depends: debhelper (>= 9), dh-autoreconf,
 python,
Standards-Version: 3.9.8
Vcs-Svn: svn://anonscm.debian.org/pkg-kde/kde-extras/ctemplate/trunk
Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-kde/kde-extras/ctemplate/trunk
Homepage: https://github.com/olafvdspek/ctemplate

Package: libctemplate-dev
Architecture: any
Depends: libctemplate3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
Description: Simple but powerful template language for C++ - development files
 This package contains a library implementing a simple but
 powerful template language for C++.  It emphasizes separating logic
 from presentation: it is impossible to embed application logic in this
 template language.  The devel package contains static and debug
 libraries and header files for developing applications that use the
 ctemplate package.
 This package contains the ctemplate development files.

Package: libctemplate3
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Simple but powerful template language for C++
 This package contains a library implementing a simple but
 powerful template language for C++.  It emphasizes separating logic
 from presentation: it is impossible to embed application logic in this
 template language.  This limits the power of the template language
 without limiting the power of the template *system*.  Indeed, Google's
 "main" web search uses this system exclusively for formatting output.