package uucd
Install
Dune Dependency
Authors
Maintainers
Sources
sha512=8f9961d7f68414e08fdc2cb7fec0726be75b210cc2a10bc6e3dcc8e07e146f47bd8675671d0143428088e1e20d3e3c134233bfb86d2b9a76e772e515de929eae
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
.