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

Install

Authors

Maintainers

Sources

uunf-15.0.0.tbz
sha512=204d923d4e8d910318180c15087fe53d98d8ec0a8d3c3f6c54219e5e09ee5c5bdf57585e5570d895f8d90647c4eeaa45d9e6e75d58edeb9febee053e0dd47fbc

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 has no dependency. It may optionally depend on Uutf for support on OCaml UTF-X encoded strings. It is distributed under the ISC license.

Home page: http://erratique.ch/software/uunf

Dependencies (4)

  1. topkg build & >= "1.0.3"
  2. ocamlbuild build
  3. ocamlfind build
  4. ocaml >= "4.03.0"

Dev Dependencies (1)

  1. uucd dev & >= "15.0.0" & < "16.0.0"

Used by (10)

  1. confero
  2. crowbar
  3. fuzzy_compare
  4. inquire = "0.2.1"
  5. iri
  6. oidc < "0.1.1"
  7. omd >= "2.0.0~alpha3"
  8. slug
  9. stk
  10. uucp >= "2.0.0"

Conflicts (2)

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