package uucd
Install
Dune Dependency
Authors
Maintainers
Sources
sha512=022507d380dea2ce5a1a3b2b8f1d18be10454184fd11ddbd1ecbe09d303284b6e1cb59144748ccef4292bb82a469341d81086e1b3024fb9b08ad14b43e12abce
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
v15.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 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
.