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/mirage/pecu" 5bug-reports: "https://github.com/mirage/pecu/issues" 6dev-repo: "git+https://github.com/mirage/pecu.git" 7doc: "https://mirage.github.io/pecu/" 8license: "MIT" 9synopsis: "Encoder/Decoder of Quoted-Printable (RFC2045 & RFC2047)" 10description: "Encoder/Decoder of Quoted-Printable (RFC2045 & RFC2047)" 11 12build: [ 13 ["dune" "subst"] 14 ["dune" "build" "-p" name "-j" jobs] 15 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 16] 17 18depends: [ 19 "ocaml" {>= "4.03.0"} 20 "dune" {>= "1.4"} 21 "fmt" 22 "rresult" {>= "0.3.0"} 23 "cmdliner" {>= "1.0.0" & < "1.1.0"} 24 "alcotest" {with-test} 25] 26url { 27 src: "https://github.com/mirage/pecu/releases/download/v0.3/pecu-v0.3.tbz" 28 checksum: [ 29 "sha256=5a2c1cf11c9dcf29704a1678cd1f4aa1bb0555f2277744aa3763e64ad188c996" 30 "sha512=019a64ba3dfed4a2ce3e29a01c842c4be2c02f79700d0dd31ff98db23190b35dbf5b413c3eb2358126925f5a1badf10cfdff3634aef9a920f8860c42c15995bf" 31 ] 32}