blob: 6a3d574a9c4ab133f1611c9573c3e753f9f3628e [file] [log] [blame]
Brian Silverman70325d62015-09-20 17:00:43 -04001Source: ctemplate
2Section: libdevel
3Priority: optional
4Maintainer: Google Inc. and others <google-ctemplate@googlegroups.com>
5Build-Depends: debhelper (>= 4.0.0)
6Standards-Version: 3.6.1
7
8Package: libctemplate-dev
9Section: libdevel
10Architecture: any
11Depends: libctemplate0 (= ${Source-Version})
12Description: This package contains a library implementing a simple but
13 powerful template language for C++. It emphasizes separating logic
14 from presentation: it is impossible to embed application logic in this
15 template language. The devel package contains static and debug
16 libraries and header files for developing applications that use the
17 ctemplate package.
18
19Package: libctemplate0
20Section: libs
21Architecture: any
22Description: This package contains a library implementing a simple but
23 powerful template language for C++. It emphasizes separating logic
24 from presentation: it is impossible to embed application logic in this
25 template language. This limits the power of the template language
26 without limiting the power of the template *system*. Indeed, Google's
27 "main" web search uses this system exclusively for formatting output.