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/pecu" 5bug-reports: "https://github.com/dinosaure/pecu/issues" 6dev-repo: "git+https://github.com/dinosaure/pecu.git" 7doc: "https://dinosaure.github.io/pecu/" 8license: "MIT" 9synopsis: "Encoder/Decoder of Quoted-Printable (RFC2045)" 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" {>= "1.4"} 20 "fmt" 21 "rresult" {>= "0.3.0"} 22 "cmdliner" {>= "1.0.0" & < "1.1.0"} 23 "alcotest" {with-test} 24] 25url { 26 src: 27 "https://github.com/dinosaure/pecu/releases/download/v0.2/pecu-v0.2.tbz" 28 checksum: [ 29 "sha256=7920675a960779f46eb1e607ed6af9d5e6d41111d82394930fa1c6ca0dd61203" 30 "md5=c79234c121575b5af2b85aec29a98b23" 31 ] 32}