opam-version: "2.0"
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
homepage: "http://erratique.ch/software/uucp"
authors: ["Daniel Bünzli <daniel.buenzl i@erratique.ch>"]
doc: "http://erratique.ch/software/uucp/doc/Uucp"
#dev-repo: "http://erratique.ch/repos/uucp.git"
tags: [ "unicode" "text" "character" ]
license: "BSD-3-Clause"
depends: [
  "ocaml" {>= "4.00.0" & < "4.06.0"}
  "ocamlfind" {build}
  "base-bytes"
  "ocamlbuild" {build}
]
build: 
[
  [ "ocaml" "pkg/git.ml" ]
  [ "ocaml" "pkg/build.ml" "native=true"           # TODO fixme
                           "native-dynlink=true" ] # TODO fixme
]
synopsis: "Unicode character properties for OCaml"
description: """
Unicode version %%UNICODE_VERSION%%

Uucp is an OCaml library providing efficient access to a selection of
character properties of the [Unicode character database][1].

Uucp is independent from any Unicode text data structure and has no
dependencies. It is distributed under the BSD3 license.

[1]: http://www.unicode.org/reports/tr44/"""
url {
  src: "http://erratique.ch/software/uucp/releases/uucp-0.9.0.tbz"
  checksum: "md5=01fcb3e8a7b41b56d66022f3ffbaf1c0"
}
