opam-version: "2.0"
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
authors: ["Daniel Bünzli <daniel.buenzl i@erratique.ch>"]
homepage: "http://erratique.ch/software/uunf"
license: "BSD-3-Clause"
doc: ["http://erratique.ch/software/uunf/doc/Uunf"]
tags: [
  "unicode"
  "text"
]
build: "./pkg/pkg-git"
depends: [
  "ocaml" {>= "4.00.0"}
  "ocamlfind"
  "ocamlbuild" {build}
]
depopts: ["uutf"]
conflicts: ["uutf" {> "0.9.4"}]
install: ["./pkg/build" "true" "%{uutf:installed}%"]
synopsis: "Unicode text normalization for OCaml"
description: """
Uunf is an OCaml module for normalizing Unicode text. It supports all
Unicode [normalization forms][1]. The module is independent from any
IO mechanism or Unicode text data structure and it can process text
without a complete in-memory representation.

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

[1]: http://www.unicode.org/reports/tr15/"""
url {
  src: "http://erratique.ch/software/uunf/releases/uunf-0.9.2.tbz"
  checksum: "md5=ca312a45f473a66fe2d18492b09e11a0"
}
