package uucp

  1. Overview
  2. Docs
Unicode character properties for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

uucp-12.0.0.tbz
md5=cf210ed43375b7f882c0540874e2cb81

Description

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.

README

Uucp — Unicode character properties for OCaml

v12.0.0 — Unicode version 12.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 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
opam install cmdliner uutf uunf uucp # for ucharinfo cli tool

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

The ucharinfo tool allows to report character information on the command line.

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.

Dependencies (5)

  1. uchar
  2. topkg build & >= "0.9.0"
  3. ocamlbuild build
  4. ocamlfind build
  5. ocaml >= "4.01.0" & < "5.0"

Dev Dependencies (3)

  1. uutf with-test
  2. uunf with-test
  3. uucd with-test

Used by (15)

  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. notty >= "0.2.0" & < "0.2.3"
  9. omd >= "2.0.0~alpha3"
  10. printbox >= "0.3" & < "0.6"
  11. printbox-text
  12. progress >= "0.2.0"
  13. terminal
  14. uuseg = "12.0.0"
  15. zed >= "3.2.0"

Conflicts (2)

  1. cmdliner < "1.0.0"
  2. uutf < "1.0.1"