vouillon / uucp

Unicode character properties for OCaml

Home Page:http://erratique.ch/software/uucp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uucp — Unicode character properties for OCaml

%%VERSION%% — 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 ISC 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

Uucp has a minimal Unicode introduction and some Unicode OCaml tips.

The documentation and API reference is automatically generated from the interfaces. It can be consulted online or via odig doc uucp.

Sample programs

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

topkg build --tests true

The resulting binaries are in _build/test :

  • test.native tests the library. Nothing should fail.
  • perf.native tests the performance of the library.

Authors

  • Daniel C. Bünzli, main developer.
  • David Kaloper Meršinjak, Uucp.Break.tty_width_hint function.

About

Unicode character properties for OCaml

http://erratique.ch/software/uucp

License:Other


Languages

Language:OCaml 99.9%Language:Standard ML 0.1%