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