opam-version: "2.0" maintainer: "Romain Calascibetta " authors: "Romain Calascibetta " homepage: "https://github.com/dinosaure/yuscii" bug-reports: "https://github.com/dinosaure/yuscii/issues" dev-repo: "git+https://github.com/dinosaure/yuscii.git" doc: "https://dinosaure.github.io/yuscii/" license: "MIT" synopsis: "Mapper of UTF-7 to Unicode" build: [ ["dune" "subst"] ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" {>= "4.03.0"} "dune" "fmt" "uutf" "rresult" "cmdliner" {< "1.1.0"} "alcotest" {with-test & < "1.0.0"} ] url { src: "https://github.com/dinosaure/yuscii/releases/download/v0.2.1/yuscii-v0.2.1.tbz" checksum: [ "sha256=5c4ae500565bb87602b3f9afd425b441c19fba0bbd9bd41104b8463c17038ec7" "md5=39ba3db2ddddb992f303237eddb413d5" ] }