All Projects → dbuenzli → utext

dbuenzli / utext

Licence: ISC License
Unicode text for OCaml

Programming Languages

ocaml
1615 projects

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 
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].