package uunf

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

uunf-17.0.0.tbz
sha512=1ec4d7229bb473ab2dd146ec732c8c70f357f73211e71d32625cd2410a35766e684bbeb1bd4e186b7403d4af8d597d46b7ccf58b23ae95aac32a96c0b4321691

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

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 & >= "17.0.0" & < "18.0.0"

Conflicts (2)

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