package uucd
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=2e99c91796d6f42b6abd78fa8dca57eb0652118c713b4f91682afa5fe89492ad
md5=31eb8244924de06693563d6523ad43f4
Description
Unicode version %%UNICODE_VERSION%%
Uucd is an OCaml module to decode the data of the Unicode character database from its XML representation. It provides high-level (but not necessarily efficient) access to the data so that efficient representations can be extracted.
Uucd is made of a single module, depends on Xmlm and is distributed under the BSD3 license.
README
Uucd — Unicode character database decoder for OCaml
Release 3.0.0 — Unicode version 8.0.0
Uucd is an OCaml module to decode the data of the Unicode character database from its XML representation. It provides high-level (but not necessarily efficient) access to the data so that efficient representations can be extracted.
Uucd is made of a single module, depends on Xmlm and is distributed under the BSD3 license.
Home page: http://erratique.ch/software/uucd
Contact: Daniel Bünzli <daniel.buenzli at erratique.ch>
Installation
Uucd can be installed with opam
:
opam install uucd
If you don't use opam
consult the opam
file for build instructions and a complete specification of the dependencies.
Documentation
The documentation and API reference is automatically generated by ocamldoc
from uucd.mli
. It can be consulted online and there is a generated version in the doc
directory of the distribution.
Sample programs
Sample programs are located in the test
directory of the distribution. They can be built with:
ocamlbuild -use-ocamlfind tests.otarget
The resulting binaries are in _build/test
.