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/yuscii" 5bug-reports: "https://github.com/dinosaure/yuscii/issues" 6dev-repo: "git+https://github.com/dinosaure/yuscii.git" 7doc: "https://dinosaure.github.io/yuscii/" 8license: "MIT" 9synopsis: "Mapper of UTF-7 to Unicode" 10 11build: [ 12 ["dune" "subst"] 13 ["dune" "build" "-p" name "-j" jobs] 14 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 15] 16 17depends: [ 18 "ocaml" {>= "4.03.0"} 19 "dune" 20 "fmt" 21 "uutf" 22 "rresult" 23 "cmdliner" {< "1.1.0"} 24 "alcotest" {with-test & < "1.0.0"} 25] 26url { 27 src: 28 "https://github.com/dinosaure/yuscii/releases/download/v0.2.1/yuscii-v0.2.1.tbz" 29 checksum: [ 30 "sha256=5c4ae500565bb87602b3f9afd425b441c19fba0bbd9bd41104b8463c17038ec7" 31 "md5=39ba3db2ddddb992f303237eddb413d5" 32 ] 33}