ctpp2 2.8.3-9ubuntu1 source package in Ubuntu

Changelog

ctpp2 (2.8.3-9ubuntu1) trusty; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - Update symbols for arm64 and ppc64el, resolving FTBFS.

ctpp2 (2.8.3-9) unstable; urgency=medium

  * Update symbols file for ppc64 architecture.
    Closes: bug#743755, Thanks to Hiroyuki Yamamoto.
 -- Logan Rosen <email address hidden>   Thu, 10 Apr 2014 22:59:51 -0400

Upload details

Uploaded by:
Logan Rosen
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Downloads

File Size SHA-256 Checksum
ctpp2_2.8.3.orig.tar.gz 237.0 KiB a83ffd07817adb575295ef40fbf759892512e5a63059c520f9062d9ab8fb42fc
ctpp2_2.8.3-9ubuntu1.debian.tar.gz 21.2 KiB f0dfb4d832da9dfb2a3151fdd9e162fd43c2bf1afbd18577d3d11b8a9e3a8868
ctpp2_2.8.3-9ubuntu1.dsc 1.8 KiB da3bced22ff945449aba8e423f23de16d24ccd20e54451ecf2f3a9ede3027ded

Available diffs

View changes file

Binary packages built by this source

ctpp2-doc: HTML template engine for C++ - documentation

 CTPP is a suitable choice for projects where a programmer and an HTML
 designer are different people. The goal of CTPP development was to
 achieve maximum performance with minimal basic functionality that is
 easily expandable. In other words, any conceivable capabilities can be
 added by writing users functions.
 .
 This package contains API manual.

ctpp2-utils: Tools for ctpp template conversion

 CTPP is a suitable choice for projects where a programmer and an HTML
 designer are different people. The goal of CTPP development was to
 achieve maximum performance with minimal basic functionality that is
 easily expandable. In other words, any conceivable capabilities can
 be added by writing users functions.
 .
 This package provides following tools to deal with ctpp templates:
  * ctpp2c - CTPP template compiler
  * ctpp2i - CTPP template interpreter
  * ctpp2-config - CTPP configuration tool
  * ctpp2json - CTPP JSON file parser
  * ctpp2vm - CTPP virtual machine

libctpp2-2: HTML template engine for C++

 CTPP is a suitable choice for projects where a programmer and an HTML
 designer are different people. The goal of CTPP development was to
 achieve maximum performance with minimal basic functionality that is
 easily expandable. In other words, any conceivable capabilities can be
 added by writing users functions.
 .
 CTPP has following advantages over other template engines:
  * Very High performace as this is written in C++
  * Flexible syntax of templates
  * Robustness
  * Portability
  * Support for implementations in the language your choice
  * Various template sources
  * Output data filters
  * User functions

libctpp2-2-dbg: HTML template engine for C++ - debugging symbols

 CTPP is a suitable choice for projects where a programmer and an HTML
 designer are different people. The goal of CTPP development was to
 achieve maximum performance with minimal basic functionality that is
 easily expandable. In other words, any conceivable capabilities can be
 added by writing users functions.
 .
 This package contains the debugging symbols.

libctpp2-dev: HTML template engine for C++ (development)

 CTPP is a suitable choice for projects where a programmer and an HTML
 designer are different people. The goal of CTPP development was to
 achieve maximum performance with minimal basic functionality that is
 easily expandable. In other words, any conceivable capabilities can be
 added by writing users functions.
 .
 This package provides header files for developing your applications to
 use ctpp2 template engine.
 .
 These header files allows you to utilize the library in your code to
 utilize the ctpp2 template engine.