opam-version: "2.0"
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
authors: ["The uucd programmers"]
homepage: "https://erratique.ch/software/uucd"
dev-repo: "git+https://erratique.ch/repos/uucd.git"
bug-reports: "https://github.com/dbuenzli/uucd/issues"
doc: "https://erratique.ch/software/uucd/doc/Uucd"
tags: [ "unicode" "database" "decoder" "org:erratique" ]
license: "ISC"
depends: [
  "ocaml" {>= "4.01.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build}
  "xmlm"
]
build: [[
  "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" ]]
synopsis: """Unicode character database decoder for OCaml"""
description: """\

Uucd is an OCaml module to decode the data of the [Unicode character 
database][1] from its XML [representation][2]. It provides high-level 
(but not necessarily efficient) access to the data so that efficient 
representations can be extracted.

Uucd is made of a single module, depends on [Xmlm][xmlm] and is distributed
under the ISC license.

[1]: http://www.unicode.org/reports/tr44/
[2]: http://www.unicode.org/reports/tr42/
[xmlm]: http://erratique.ch/software/xmlm 
"""
url {
archive: "https://erratique.ch/software/uucd/releases/uucd-13.0.0.tbz"
checksum: "b808523defcbb6dcb25c7c60da3c7a4a"
}
