Monday, August 14, 2006
Camomile 0.7.0
I'm pleased to announce Camomile-0.7.0, new version of a comprehensive Unicode Library for OCaml.
http://prdownloads.sourceforge.net/camomile/camomile-0.7.0.tar.bz2
This release is a major change of module structures. Now the whole library becomes a functor over "configuration" module, which specifies the location of data files necessary to run Camomile. This enables to distribute binary with compiled Camomile library, which may run on machines with different directory structures. If you just want to use default configuration, use CamomileLibrary.Main.Camomile module in the place of Camomile module of previous versions.
http://prdownloads.sourceforge
This release is a major change of module structures. Now the whole library becomes a functor over "configuration" module, which specifies the location of data files necessary to run Camomile. This enables to distribute binary with compiled Camomile library, which may run on machines with different directory structures. If you just want to use default configuration, use CamomileLibrary.Main.Camomile module in the place of Camomile module of previous versions.