utext icon indicating copy to clipboard operation
utext copied to clipboard

Unicode text for OCaml

utext — Unicode text for OCaml

%%VERSION%%

utext is an OCaml type for storing and processing Unicode text.

utext is distributed under the ISC license and depends on pvec

Homepage: http://erratique.ch/software/utext

Installation

utext can be installed with opam:

opam install utext

If you don't use opam consult the opam file for build instructions.

Documentation

The documentation and API reference is generated from the source interfaces. It can be consulted online or via odig doc utext.

Sample programs

If you installed utext with opam sample programs are located in the directory opam var utext:doc.

In the distribution sample programs and tests are located in the test directory. They can be built and run with:

topkg build --tests true && topkg test