package uucp
Install
Dune Dependency
Authors
Maintainers
Sources
sha512=998f94fadb72357b15a3042a3d11c31b3e16f281822673f2defdd515cd1394d55de1817628be8bd5c030175f9e62c53630d4139a1c0253800f9fb898b0f11364
Description
Uucp is an OCaml library providing efficient access to a selection of character properties of the Unicode character database.
Uucp is distributed under the ISC license. It has no dependency.
Home page: http://erratique.ch/software/uucp
README
Uucp — Unicode character properties for OCaml
v15.1.0
Uucp is an OCaml library providing efficient access to a selection of character properties of the Unicode character database.
Uucp is distributed under the ISC license. It has no dependency.
Home page: http://erratique.ch/software/uucp
Installation
Uucp can be installed with opam
:
opam install uucp
opam install uucp uunf cmdliner # For ucharinfo cli tool
If you don't use opam
consult the opam
file for build instructions.
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.
See also the doc examples.
Dependencies (4)
-
topkg
build & >= "1.0.3"
-
ocamlbuild
build
-
ocamlfind
build
-
ocaml
>= "4.14.0"