opam-version: "2.0"
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
homepage: "http://erratique.ch/software/uunf"
authors: ["Daniel Bünzli <daniel.buenzl i@erratique.ch>"]
doc: "http://erratique.ch/software/uunf/doc/Uunf"
#dev-repo: "http://erratique.ch/repos/uunf.git"
tags: [ "unicode" "text" ]
license: "BSD-3-Clause"
depopts: [ "uutf" ]
conflicts: [ "uutf" {> "0.9.4"} ]
depends: [
  "ocaml" {>= "4.00.0"}
  "ocamlfind"
  "ocamlbuild" {build}
]
build: "./pkg/pkg-git"
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.3.tbz"
  checksum: "md5=81831c9b035df6b1d9fb6b9ff3da286b"
}
