caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Yoriyuki Yamagata <yoriyuki.y@gmail.com>
To: Caml List <caml-list@inria.fr>
Subject: [Caml-list] [ANN] uproplib
Date: Wed, 15 Oct 2014 20:01:52 +0900	[thread overview]
Message-ID: <CALdQWQ55NS+1MmBjDq2QoxvBjhiNG3Cywtpx+Hu19emT+V2R0Q@mail.gmail.com> (raw)

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/

                 reply	other threads:[~2014-10-15 11:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CALdQWQ55NS+1MmBjDq2QoxvBjhiNG3Cywtpx+Hu19emT+V2R0Q@mail.gmail.com \
    --to=yoriyuki.y@gmail.com \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).