Skip to content

dbuenzli/uucp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8c6cd37 · Mar 7, 2025
Sep 1, 2023
Sep 2, 2023
Sep 5, 2024
Sep 5, 2023
Mar 7, 2025
Aug 31, 2023
Sep 1, 2023
Dec 14, 2014
Oct 23, 2024
Mar 2, 2020
Sep 10, 2024
Sep 4, 2024
Mar 3, 2020
Sep 1, 2023
Sep 2, 2023
Sep 5, 2024

Repository files navigation

Uucp — Unicode character properties for OCaml

%%VERSION%%

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.