package uucd

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

uucd-17.0.0.tbz
sha512=adcbf252bdb1851221b226b086f58d9c73b78ffa4fbfe02d98e8f8203e10d4f0d6d26f6a624a16cf9cff5f7043a26ebdf6fef5980ab7b24e48f35ff87a92f3a4

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.

Dependencies (5)

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

Dev Dependencies

None

Used by (3)

  1. inquire = "0.2.1"
  2. uucp != "16.0.0"
  3. uunf >= "17.0.0"

Conflicts

None