package uucp
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=75662ab901c876af4107c212c2f910802fce8176f0dc70e8222a2d115d817955
md5=b4139f11b140820b911e5fad06a173bd
Description
Unicode version 7.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 BSD3 license.
README
Uucp — Unicode character properties for OCaml
Release 0.9.1 — Unicode version 7.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 BSD3 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
The documentation and API reference is automatically generated by ocamldoc
from the mli
files. It can be consulted online and there is a generated version in the doc
directory of the distribution.
Sample programs
Sample programs are located in the test
directory of the distribution. They can be built with:
ocamlbuild -use-ocamlfind test/tests.otarget
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)
-
ocamlbuild
build
- base-bytes
-
ocamlfind
build
-
ocaml
>= "4.00.0" & < "4.06.0"
Dev Dependencies
None
Used by (10)
Conflicts
None