ocaml-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.
- Versions: 15.0.0
- Website: https://erratique.ch/software/uucd
- Licenses: ISC
- Package source: gnu/packages/ocaml.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of ocaml-uucd
as follows:
guix install ocaml-uucd
Or install a particular version:
guix install ocaml-uucd@15.0.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of ocaml-uucd about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/ocaml-uucd'><img src='https://packages.guix.gnu.org/packages/ocaml-uucd/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/ocaml-uucd)
Example Org:
[[https://packages.guix.gnu.org/packages/ocaml-uucd][https://packages.guix.gnu.org/packages/ocaml-uucd/badges/latest-version.svg]]