this repo has no description
1opam-version: "2.0" 2maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 3authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 4homepage: "https://github.com/dinosaure/uuuu" 5bug-reports: "https://github.com/dinosaure/uuuu/issues" 6dev-repo: "git+https://github.com/dinosaure/uuuu.git" 7doc: "https://dinosaure.github.io/uuuu/" 8license: "MIT" 9synopsis: "Mapper of ISO-8859-* to Unicode" 10 11build: [ 12 ["dune" "subst"] 13 ["dune" "build" "-p" name "-j" jobs] 14] 15 16depends: [ 17 "ocaml" {>= "4.03.0"} 18 "dune" 19 "re" {>= "1.7.2"} 20 "fmt" 21 "bos" 22 "uutf" 23 "ptmap" 24 "menhir" {< "20211215"} 25 "rresult" 26 "angstrom" 27 "cmdliner" {< "1.1.0"} 28] 29url { 30 src: 31 "https://github.com/dinosaure/uuuu/releases/download/v0.1.1/uuuu-v0.1.1.tbz" 32 checksum: [ 33 "sha256=f46aef1c47643da12c4e734ed6f509ec6eff12e4bbe00f367cf240a9f67941b0" 34 "md5=d59a4bf6c65ec034e39685bad037eb4f" 35 ] 36}