File: control

package info (click to toggle)
ctemplate 2.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,352 kB
  • sloc: cpp: 15,200; ansic: 1,058; sh: 592; makefile: 458; python: 205; lisp: 197; perl: 86
file content (27 lines) | stat: -rw-r--r-- 1,150 bytes parent folder | download | duplicates (8)
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
Source: ctemplate
Section: libdevel
Priority: optional
Maintainer: Google Inc. and others <google-ctemplate@googlegroups.com>
Build-Depends: debhelper (>= 4.0.0)
Standards-Version: 3.6.1

Package: libctemplate-dev
Section: libdevel
Architecture: any
Depends: libctemplate0 (= ${Source-Version})
Description: 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.

Package: libctemplate0
Section: libs
Architecture: any
Description: 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.