package uucd
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha512=adcbf252bdb1851221b226b086f58d9c73b78ffa4fbfe02d98e8f8203e10d4f0d6d26f6a624a16cf9cff5f7043a26ebdf6fef5980ab7b24e48f35ff87a92f3a4
Description
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 ISC license.
Home page: http://erratique.ch/software/uucd
README
Uucd — Unicode character database decoder for OCaml
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 ISC license.
Home page: http://erratique.ch/software/uucd
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 can be consulted online or via odig doc uucd
.