this repo has no description
1opam-version: "2.0"
2synopsis: "Unicode character database decoder for OCaml"
3description: """\
4Uucd is an OCaml module to decode the data of the [Unicode character
5database][1] from its XML [representation][2]. It provides high-level
6(but not necessarily efficient) access to the data so that efficient
7representations can be extracted.
8
9Uucd is made of a single module, depends on [Xmlm][xmlm] and is distributed
10under the ISC license.
11
12[1]: http://www.unicode.org/reports/tr44/
13[2]: http://www.unicode.org/reports/tr42/
14[xmlm]: http://erratique.ch/software/xmlm
15
16Home page: http://erratique.ch/software/uucd"""
17maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
18authors: "The uucd programmers"
19license: "ISC"
20tags: ["unicode" "database" "decoder" "org:erratique"]
21homepage: "https://erratique.ch/software/uucd"
22doc: "https://erratique.ch/software/uucd/doc/Uucd"
23bug-reports: "https://github.com/dbuenzli/uucd/issues"
24depends: [
25 "ocaml" {>= "4.08.0"}
26 "ocamlfind" {build}
27 "ocamlbuild" {build}
28 "topkg" {build & >= "1.0.3"}
29 "xmlm"
30]
31build: ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"]
32dev-repo: "git+https://erratique.ch/repos/uucd.git"
33url {
34 src: "https://erratique.ch/software/uucd/releases/uucd-15.1.0.tbz"
35 checksum:
36 "sha512=22ff943321825882e66f60dc057d1e1dee9aa50f31e5d9f3487f100ac0a33338831e211ce152f3a4586da95931a43a71f66ad0528e932cd531848522a9951e90"
37}