1
0
mirror of https://github.com/OlafvdSpek/ctemplate.git synced 2025-09-28 19:05:49 +08:00
ctemplate/packages/deb/control
csilvers 6f7d6f6754 Tue Jan 24 16:00:51 2012 Google Inc. <google-ctemplate@googlegroups.com>
* ctemplate: version 2.0 release
        * Changed the 'official' ctemplate email in setup.py/etc
        * Rewrote docs to refer to Ctemplate, not Google Template
        * Renamed google-ctemplate.sln to ctemplate.sln
        * Changed copyright text to reflect Google's relinquished ownership
2012-01-25 01:28:24 +00:00

28 lines
1.1 KiB
Plaintext

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.