package uucp
Install
Dune Dependency
Authors
Maintainers
Sources
sha512=ee4acff5666961766321e85e287fb9d5b8d50533319f22bf6f4eceb943242df2d0e0f4e775c4a140f68ca142837938eaa5926e22362215a3365ffe7f8768923b
README.md.html
Uucp — Unicode character properties for OCaml
v15.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
The documentation can be consulted online or via odig doc uucp
.
Uucp's documentation also has a minimal Unicode introduction and some Unicode OCaml tips.
Questions are welcome but better asked on the OCaml forum than on the issue tracker.
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.