caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] [ANN] uproplib
@ 2014-10-15 11:01 Yoriyuki Yamagata
  0 siblings, 0 replies; only message in thread
From: Yoriyuki Yamagata @ 2014-10-15 11:01 UTC (permalink / raw)
  To: Caml List

Dear list,

I am pleased to announce "uproplib", a library which provides access
to Unicode Character Database (UCD).

https://github.com/yoriyuki/uproplib/releases/tag/v0.0.1

UCD is compiled into the binary of the library itself, so, unlike
camomile,  you do not need to specify the location of data files.  The
size of the library is about 3M bytes on my Mac, but since each
property is packaged as a separate module, you only need to link the
properties which you need.  uproplib contains all UCD properties
except Unihan properties.

To compile uproplib, you need ucorelib and Daniel Bünzli 's uucd, in
addition to standard ocaml and Unix tools.

This is very early alpha release.  There is no documentation, no opam
package, and even no test :-)

Best,

-- 
Yoriyuki Yamagata
http://yoriyuki.info/

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

only message in thread, other threads:[~2014-10-15 11:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-15 11:01 [Caml-list] [ANN] uproplib Yoriyuki Yamagata

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).