package uunf

  1. Overview
  2. Docs
Unicode text normalization for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

uunf-0.9.0.tbz
md5=96ce8b6826d2707b7a81b91379d9bee7

Description

Uunf is an OCaml module for normalizing Unicode text. It supports all Unicode normalization forms and is independent from any IO mechanism or Unicode text data structure. Text can be processed without a complete in-memory representation.

Uunf is made of a single independent module and distributed under the BSD3 license.

Published: 21 Nov 2013

Dependencies (4)

  1. ocamlbuild build
  2. uutf <= "0.9.4"
  3. ocamlfind
  4. ocaml >= "3.12.0" & < "5.0"

Dev Dependencies

None

Used by (6)

  1. crowbar
  2. fuzzy_compare
  3. inquire = "0.2.1"
  4. oidc < "0.1.1"
  5. omd >= "2.0.0~alpha3"
  6. uucp >= "2.0.0"

Conflicts

None