package uucp
Install
Dune Dependency
Authors
Maintainers
Sources
sha512=2d0224aed5d5accbb121624898f08598e8c74a2415942f159a54221c0cdac62ed64fc70a039c833e50110cefce77754ada9ac2d58f79a6fc9331135326fe6899
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.
Home page: http://erratique.ch/software/uucp
README
Uucp — Unicode character properties for OCaml
v14.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
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.
Dependencies (4)
-
topkg
build & >= "1.0.3"
-
ocamlbuild
build
-
ocamlfind
build
-
ocaml
>= "4.03.0"