this repo has no description
1opam-version: "2.0" 2synopsis: "Unicode Collation" 3maintainer: "Petter A. Urkedal <paurkedal@gmail.com>" 4authors: "Petter A. Urkedal <paurkedal@gmail.com>" 5license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception" 6homepage: "https://paurkedal.github.com/paurkedal/confero/" 7bug-reports: "https://paurkedal.github.com/paurkedal/confero/issues" 8dev-repo: "git+https://github.com/paurkedal/confero.git" 9depends: [ 10 "angstrom" {>= "0.14.0"} 11 "angstrom-unix" 12 "cmdliner" 13 "dune" {>= "2.9"} 14 "fmt" {>= "0.8.7"} 15 "iso639" 16 "ocaml" {>= "4.08.1"} 17 "uucp" {>= "15.0.0"} 18 "uunf" {>= "15.0.0"} 19 "uutf" 20] 21build: [ 22 ["dune" "build" "-p" name "-j" jobs] 23 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 24] 25extra-source "lib/ducet/allkeys.txt" { 26 src: "https://www.unicode.org/Public/UCA/15.0.0/allkeys.txt" 27 checksum: "sha512=26dda70e65d38afd5da36fce32a89615880a50e10518545d638fc0112aa7816e3c245bd719de7d55dd205c82581415fc04a86f3401f3e91607f0caaf368c0761" 28} 29url { 30 src: 31 "https://github.com/paurkedal/confero/releases/download/v0.1.1/confero-0.1.1.tbz" 32 checksum: [ 33 "sha256=12984479e7255f9d3116f127fefca530760bacc12ee5a8ef54a1b2fff3093c72" 34 "sha512=4c2cd9fc1048b551f47d5a411a2a9800d4a13a77f920c774e9c881fed787e4e1cd53f008e856a09b0dbf4e15a899a70de95376f4ca90e4d20fa97f672abd38ab" 35 ] 36} 37x-commit-hash: "5c3eb851ac84f538b374d66442bc3578a08b4383"