libctemplate2v5

Simple but powerful template language for c++
  http://code.google.com/p/google-ctemplate/
  0
  no reviews



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.