package uucd

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

Install

Dune Dependency

Authors

Maintainers

Sources

uucd-14.0.0.tbz
sha512=2748ea59440e5379b7a1ed2aed94f1ad0c9f9063ae329a3ac9fc8dc057fa95b4b7c81fc0011eab89af31ddfe8e5562a49476590b36352e62004db476c45a67e1

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

v14.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.

Dependencies (5)

  1. xmlm
  2. topkg build & >= "1.0.3"
  3. ocamlbuild build
  4. ocamlfind build
  5. ocaml >= "4.01.0"

Dev Dependencies

None

Used by (4)

  1. inquire = "0.2.1"
  2. orsetto = "1.1.1"
  3. uucp >= "2.0.0" & < "15.1.0"
  4. uunf = "14.0.0"

Conflicts

None