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: """A non-blocking encoder/decoder of Quoted-Printable according to 11RFC2045 and RFC2047 (about encoded-word). Useful to translate contents of emails.""" 12 13build: [ 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" {with-test} 22 "alcotest" {with-test} 23] 24x-commit-hash: "c4d01536a303f2051d831b8714fc972724a04191" 25url { 26 src: "https://github.com/mirage/pecu/releases/download/v0.5/pecu-v0.5.tbz" 27 checksum: [ 28 "sha256=713753cd6ba3f4609a26d94576484e83ffef7de5f2208a2993576a1b22f0e0e7" 29 "sha512=99d9b26ff194d810585b74b0ea77cee4f081427078a2574f0e7effa01d11ea30b72446e82e958a809f5ced33c25c382129eade2ef525cb941ddb4a53309acef0" 30 ] 31}