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-16.0.0.tbz"
35 checksum:
36 "sha512=8f9961d7f68414e08fdc2cb7fec0726be75b210cc2a10bc6e3dcc8e07e146f47bd8675671d0143428088e1e20d3e3c134233bfb86d2b9a76e772e515de929eae"
37}
38x-maintenance-intent: ["(latest)"]