
Camltemplate is a library for generating text from templates in ocaml. it can be used to generate web pages, scripts, sql queries, xml documents and other sorts of text.
this library defines a small templating language, with basic operations like #if or #foreach. to use this library you need to configure the data source that will be used in the template with the templating language.