Brian Silverman | 70325d6 | 2015-09-20 17:00:43 -0400 | [diff] [blame] | 1 | Source: ctemplate |
| 2 | Section: libdevel |
| 3 | Priority: optional |
| 4 | Maintainer: Google Inc. and others <google-ctemplate@googlegroups.com> |
| 5 | Build-Depends: debhelper (>= 4.0.0) |
| 6 | Standards-Version: 3.6.1 |
| 7 | |
| 8 | Package: libctemplate-dev |
| 9 | Section: libdevel |
| 10 | Architecture: any |
| 11 | Depends: libctemplate0 (= ${Source-Version}) |
| 12 | Description: 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 | |
| 19 | Package: libctemplate0 |
| 20 | Section: libs |
| 21 | Architecture: any |
| 22 | Description: 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. |