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] 24url { 25 src: "https://github.com/mirage/pecu/releases/download/v0.4/pecu-v0.4.tbz" 26 checksum: [ 27 "sha256=77d3ce3b785257acce0b62d75db647707ad70b622f48f3c7b6109911d03cbc1e" 28 "sha512=0216d7bd533489dd800f48418931832b0d96d277a9424a6fe08ff87eb55cf78c0ad55c26459603a138715d1bcc90768e944cff24f5497d2e3390387aa93a1c14" 29 ] 30}