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 & >= "0.9.0"} 18 "uchar" 19 "uucd" {with-test} 20 "uunf" {with-test} 21 "uutf" {with-test} 22] 23depopts: [ "uunf" "uutf" "cmdliner" ] 24conflicts: [ "uutf" {< "1.0.1"} 25 "cmdliner" {< "1.0.0"} ] 26build: [[ 27 "ocaml" "pkg/pkg.ml" "build" 28 "--dev-pkg" "%{pinned}%" 29 "--with-uutf" "%{uutf:installed}%" 30 "--with-uunf" "%{uunf:installed}%" 31 "--with-cmdliner" "%{cmdliner:installed}%" 32]] 33synopsis: "Unicode character properties for OCaml" 34description: """ 35Uucp is an OCaml library providing efficient access to a selection of 36character properties of the [Unicode character database][1]. 37 38Uucp is independent from any Unicode text data structure and has no 39dependencies. It is distributed under the ISC license. 40 41[1]: http://www.unicode.org/reports/tr44/""" 42url { 43 src: "http://erratique.ch/software/uucp/releases/uucp-10.0.1.tbz" 44 checksum: [ 45 "sha256=d5dd2e2432181cdd7b9f1aa6939dc1a7f871ee241b0297148af1674b47cfeb61" 46 "md5=b9eead48e32d19d9969ad45a90f27bc3" 47 ] 48}