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 "ocaml" {with-test & < "5.2"}
21 "dune" {>= "1.4"}
22 "fmt" {with-test}
23 "alcotest" {with-test}
24 "crowbar" {with-test}
25 "astring" {with-test}
26]
27url {
28 src: "https://github.com/mirage/pecu/releases/download/v0.6/pecu-v0.6.tbz"
29 checksum: [
30 "sha256=a9d2b7da444c83b20f879f6c3b7fc911d08ac1e6245ad7105437504f9394e5c7"
31 "sha512=8cae31da1fcb8b684a949846b1668131de244fbb89faf7421761da208f87092523a9e184e91a04c26739e6793501307b30ed255d540dcb268b171b7a56b56e24"
32 ]
33}
34x-commit-hash: "295862d499e63ef77b8fdeb08e951e6e6bdcbc42"