this repo has no description
1opam-version: "2.0" 2maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>" 3authors: [ 4 "Daniel Bünzli <daniel.buenzl i@erratique.ch>" 5 "David Kaloper Meršinjak <david@numm.org>" 6] 7homepage: "http://erratique.ch/software/uucp" 8doc: "http://erratique.ch/software/uucp/doc/Uucp" 9dev-repo: "git+http://erratique.ch/repos/uucp.git" 10bug-reports: "https://github.com/dbuenzli/uucp/issues" 11tags: [ "unicode" "text" "character" "org:erratique" ] 12license: "ISC" 13depends: [ 14 "ocaml" {>= "4.01.0" & < "5.0"} 15 "ocamlfind" {build} 16 "ocamlbuild" {build} 17 "topkg" {build} 18 "uchar" 19 "uucd" {with-test} 20 "uunf" {with-test} 21 "uutf" {with-test} 22] 23build: [[ 24 "ocaml" "pkg/pkg.ml" "build" 25 "--pinned" "%{pinned}%" ]] 26synopsis: "Unicode character properties for OCaml" 27description: """ 28Uucp is an OCaml library providing efficient access to a selection of 29character properties of the [Unicode character database][1]. 30 31Uucp is independent from any Unicode text data structure and has no 32dependencies. It is distributed under the ISC license. 33 34[1]: http://www.unicode.org/reports/tr44/""" 35url { 36 src: "http://erratique.ch/software/uucp/releases/uucp-2.0.0.tbz" 37 checksum: [ 38 "sha256=b3cc5a86a2dd58b3d57a8e5c0a5f7488c50f9347085fbc97c66d00c7aebba71e" 39 "md5=a6a9d74f56d7ca56c823d9b89af39d75" 40 ] 41}