ocaml-uunf
Unicode text normalization for OCaml
Uunf is an OCaml library for normalizing Unicode text. It supports all Unicode normalization forms. The library is independent from any IO mechanism or Unicode text data structure and it can process text without a complete in-memory representation.
- Versions: 15.0.0
- Website: https://erratique.ch/software/uunf
- Licenses: ISC
- Package source: gnu/packages/ocaml.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of ocaml-uunf
as follows:
guix install ocaml-uunf
Or install a particular version:
guix install ocaml-uunf@15.0.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.