|
Programming Languages
|
| Full Unicode Standard 3.2 library for OCaml. English, Japanese. [Open Source, LGPL] |
name="camomile" version="0.5.3" description="Unicode library for ...
| name="camomile" version="0.5.3" description="Unicode library for ocaml" requires="bigarray" archive(byte)="camomile.cma" archive(native)="camomile.cmxa" ... |
$Id: iSet.ml,v 1.3 2003/06/18 15:11:07 yori Exp $ *) (* Copyright ...
| (* $Id: iSet.ml,v 1.3 2003/06/18 15:11:07 yori Exp $ *) (* Copyright 2003 Yamagata Yoriyuki. distributed with LGPL *) include AvlTree let (>! ... |
$Id: iMap.ml,v 1.5 2003/06/18 15:56:17 yori Exp $ *) (* Copyright ...
| (* $Id: iMap.ml,v 1.5 2003/06/18 15:56:17 yori Exp $ *) (* Copyright 2003 Yamagata Yoriyuki. distributed with LGPL *) let (>!) = (>) let compare_uint n1 n2 ... |
From 0.6.4 to 0.6.5 * Collation rules without headers were not ...
| From 0.6.4 to 0.6.5 * Collation rules without headers were not compiled. This version fix this problem. Collation of Scandinavia languages are now correctly ... |
Camomile 0.6.2: This is an alpha release of Camomile library ...
| Camomile 0.6.2: This is an alpha release of Camomile library package. Camomile is a comprehensive Unicode library for ocaml. ... |
$Id: iSet.mli,v 1.3 2003/06/18 15:11:07 yori Exp $ *) (* Copyright ...
| (* $Id: iSet.mli,v 1.3 2003/06/18 15:11:07 yori Exp $ *) (* Copyright 2003 Yamagata Yoriyuki. distributed with LGPL *) type t = (int * int) AvlTree.tree ... |
$Id: avlTree.ml,v 1.2 2003/06/08 04:50:48 yori Exp ...
| (* $Id: avlTree.ml,v 1.2 2003/06/08 04:50:48 yori Exp $ *) (* Copyright 2003 Yamagata Yoriyuki. distributed with LGPL *) type 'a tree = Empty | Node of 'a ... |
$Id: iMap.mli,v 1.3 2003/06/18 15:11:07 yori Exp $ *) (* Copyright ...
| (* $Id: iMap.mli,v 1.3 2003/06/18 15:11:07 yori Exp $ *) (* Copyright 2003 Yamagata Yoriyuki. distributed with LGPL *) type +'at = (int * int * 'a) ... |
$Id: avlTree.mli,v 1.3 2003/06/18 15:11:07 yori Exp ...
| (* $Id: avlTree.mli,v 1.3 2003/06/18 15:11:07 yori Exp $ *) (* Copyright 2003 Yamagata Yoriyuki. distributed with LGPL *) type +'a tree val empty : 'a tree ... |
Copyright © 2002-2006, websy.net All Rights Reserved.