caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] ANNOUNCE: CamlTemplate 0.7.0 released
@ 2004-01-03 16:40 Benjamin Geer
  0 siblings, 0 replies; only message in thread
From: Benjamin Geer @ 2004-01-03 16:40 UTC (permalink / raw)
  To: caml-list

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-01-03 16:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-03 16:40 [Caml-list] ANNOUNCE: CamlTemplate 0.7.0 released Benjamin Geer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).