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 & >= "0.8.7"}
22 "alcotest" {with-test}
23 "crowbar" {with-test}
24 "astring" {with-test}
25]
26url {
27 src: "https://github.com/mirage/pecu/releases/download/v0.7/pecu-0.7.tbz"
28 checksum: [
29 "sha256=ad7477b5b16428d33c32440067684953d94efaa43faaf620857918bace9fd778"
30 "sha512=8b2dd94af614d99f67c49fddb55bf7ed1ef280378acf862eb3269964bc515a963d28efa4fdcc09d07bfc966aced44e41195451ead13bee59d30d482ab17fcdf5"
31 ]
32}
33x-commit-hash: "f41b3c74d0c375be3057de33e409c99bffaab273"