opam-version: "2.0"
maintainer:   "Romain Calascibetta <romain.calascibetta@gmail.com>"
authors:      "Romain Calascibetta <romain.calascibetta@gmail.com>"
homepage:     "https://github.com/mirage/pecu"
bug-reports:  "https://github.com/mirage/pecu/issues"
dev-repo:     "git+https://github.com/mirage/pecu.git"
doc:          "https://mirage.github.io/pecu/"
license:      "MIT"
synopsis:     "Encoder/Decoder of Quoted-Printable (RFC2045 & RFC2047)"
description:  """A non-blocking encoder/decoder of Quoted-Printable according to
RFC2045 and RFC2047 (about encoded-word). Useful to translate contents of emails."""

build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]

depends: [
  "ocaml" {>= "4.03.0"}
  "dune" {>= "1.4"}
  "fmt" {with-test & >= "0.8.7"}
  "alcotest" {with-test}
  "crowbar" {with-test}
  "astring" {with-test}
]
