package uucp

  1. Overview
  2. Docs
Unicode character properties for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

uucp-1.1.0.tbz
md5=6079d81270286956e7c01e32edc773cd

Description

Unicode version %%UNICODE_VERSION%%

Uucp is an OCaml library providing efficient access to a selection of character properties of the Unicode character database.

Uucp is independent from any Unicode text data structure and has no dependencies. It is distributed under the BSD3 license.

README

Uucp — Unicode character properties for OCaml

Release 1.1.0 — Unicode version 8.0.0

Uucp is an OCaml library providing efficient access to a selection of character properties of the Unicode character database.

Uucp is independent from any Unicode text data structure and has no dependencies. It is distributed under the BSD3 license.

Home page: http://erratique.ch/software/uucp
Contact: Daniel Bünzli <daniel.buenzl i@erratique.ch>

Installation

Uucp can be installed with opam:

opam install uucp

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 is automatically generated by ocamldoc from the mli files. It can be consulted online and there is a generated version in the doc directory of the distribution.

Sample programs

Sample programs are located in the test directory of the distribution. They can be built with:

ocamlbuild -use-ocamlfind test/tests.otarget

The resulting binaries are in _build/test :

  • test.native tests the library. Nothing should fail.

  • perf.native tests the performance of the library.

Dependencies (4)

  1. ocamlbuild build
  2. base-bytes
  3. ocamlfind build
  4. ocaml >= "4.00.0" & < "4.06.0"

Dev Dependencies

None

Used by (12)

  1. archsat
  2. cmarkit
  3. crowbar
  4. down >= "0.0.4"
  5. inquire = "0.2.1"
  6. irmin-bench >= "2.7.0"
  7. jingoo >= "1.2.19"
  8. m17n
  9. notty < "0.2.0"
  10. omd >= "2.0.0~alpha3"
  11. printbox >= "0.3" & < "0.6"
  12. uuseg = "0.9.0"

Conflicts

None