ctemplate 0.97-3ubuntu1 source package in Ubuntu

Changelog

ctemplate (0.97-3ubuntu1) oneiric; urgency=low

  * Add missing includes to build with g++-4.6. Closes: #625002, LP: #771025.
 -- Matthias Klose <email address hidden>   Sun, 18 Sep 2011 15:04:02 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Oneiric
Original maintainer:
Debian KDE Extras Team
Architectures:
any
Section:
libdevel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ctemplate_0.97.orig.tar.gz 754.6 KiB ddb7095bdb498e57fb1e1ee9133f28a2c825baa409bec7b201d1bfe3e447a85c
ctemplate_0.97-3ubuntu1.debian.tar.gz 4.7 KiB 4191076fb962380292ac79ac0b844b3f195557bdb2ccd8783265109f46da329e
ctemplate_0.97-3ubuntu1.dsc 1.3 KiB 18f7fe5513d2686e9a2a5241bd5d537d280aaed81f070f34f4a7bf4aba8f9140

Available diffs

View changes file

Binary packages built by this source

libctemplate-dev: 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.

libctemplate0: 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.