package uucd

  1. Overview
  2. Docs
Unicode character database decoder for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

uucd-12.0.0.tbz
sha256=c2d3578fed98142577c583458f0a959eb0da10e790f9dda522ade43cf1d3b78c
md5=1fa4405f863a5b05a6701d024eb40eb2

README.md.html

Uucd — Unicode character database decoder for OCaml

v12.0.0 — Unicode version 12.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.

OCaml

Innovation. Community. Security.