package uunf

  1. Overview
  2. No Docs
Unicode text normalization for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

uunf-18.0.0.tbz
sha512=739434317d84fb2f60f195d5645093fce5cfeb8ebb7e491345c80799528768a255cc39be05d12f873f028a302bbe0716b0591b8f47c6fe04fe309c6e6c93069c

Description

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.

Uunf is distributed under the ISC license. It has no dependency.

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

Tags

unicode text normalization org:erratique

Added to opam-repository:

Dependencies (4)

  1. topkg build & >= "1.1.0"
  2. ocamlbuild build
  3. ocamlfind build
  4. ocaml >= "4.14.0"

Dev Dependencies (1)

  1. uucd dev & >= "18.0.0" & < "19.0.0"

Conflicts (2)

  1. cmdliner < "1.1.0"
  2. uutf < "1.0.0"