Source: ctemplate Section: libdevel Priority: optional Maintainer: Debian KDE Extras Team Uploaders: Mark Purcell , Florian Reinhard 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.