Browse thread
[ANN] Camomile-0.8.1
- Yoriyuki Yamagata
[
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: | Yoriyuki Yamagata <yoriyuki.y@g...> |
| Subject: | [ANN] Camomile-0.8.1 |
I'm pleased to announce the release of Camomile-0.8.1. a comprehensive Unicode library for OCaml. http://prdownloads.sourceforge.net/camomile/camomile-0.8.1.tar.bz2 This release * reorganizes the module structure : Make CamomileLibrary.Default to the new top-level module CamomileLibraryDefault, so that linking CamomileLibrary does not automatically cause to load the data files from hard-coded location. Also, adding new CamomileLibraryDyn module, which is configured by environmental variables (See camomileDynConfig.mli). * adds StringPrep module: String preparation according to RFC3454, contributed by Pierre Chambart. * fixes Avl-Tree balanced bug, pointed out by Stanisław T. Findeisen. * fixes bugs affecting UMap.remove and USet.fold_range, pointed out by Chris Kuklewicz For more information, see our web page http://camomile.sourceforge.net/ -- Yoriyuki Yamagata yoriyuki.y@gmail.com