Browse thread
[Caml-list] ANNOUNCE: CamlTemplate 0.7.0 released
- Benjamin Geer
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Benjamin Geer <ben@s...> |
| Subject: | [Caml-list] ANNOUNCE: CamlTemplate 0.7.0 released |
CamlTemplate is a small template processor library for Objective Caml.
It can be used to generate web pages, scripts, SQL queries, XML
documents and other sorts of text.
Version 0.7.0 has been released, and can be downloaded from:
http://saucecode.org/camltemplate
New in version 0.7.0:
* Added support for floating-point values.
* Implemented nested scopes: macros have their own scope.
Setting values in a template no longer changes the model.
* Added a simple macro namespace system. Each template
provides a namespace for its macros; to use macros
defined in another template, you now have to use the new
#open statement.
* Added a bracket operator for calculating a hash key at
run time.
* Added a virtual class to replace the two separate
functions for loading and checking template source code.
* Shortened template model type names.
* Added some design documentation.
* Added licence exception allowing CamlTemplate to be
linked with Apache.
* Several bug fixes.
For full details of the changes, please see the ChangeLog.
Ben
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners