opam-version: "2.0"
license:      "MIT"
authors:      [ "Charles-Edouard Lecat" "Romain Calascibetta <romain.calascibetta@gmail.com>" ]
maintainer:   [ "Charles-Edouard Lecat" "Romain Calascibetta <romain.calascibetta@gmail.com>" ]
homepage:     "https://github.com/mirage/colombe"
bug-reports:  "https://github.com/mirage/colombe/issues"
dev-repo:     "git+https://github.com/mirage/colombe.git"
synopsis:     "SMTP protocol in OCaml"
doc:          "https://mirage.github.io/colombe/"
description: """SMTP protocol according RFC5321 without extension."""

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

depends: [
  "ocaml" {>= "4.03.0"}
  "dune" {>= "1.8.0"}
  "fmt"
  "ipaddr" {>= "2.9.0"}
  "angstrom" {>= "0.14.0"}
  "ocaml-syntax-shims"
  "alcotest" {with-test}
]
depopts: [ "emile" ]
conflicts: [ "emile" {< "0.8"} ]
url {
  src:
    "https://github.com/mirage/colombe/releases/download/v0.3.0/colombe-v0.3.0.tbz"
  checksum: [
    "sha256=e191073dd4d984cd63e5a78debbc481e4fa1c5a543c756fedef9f82c40962c73"
    "sha512=6c7279d2df763ec43f09a083feaf8285d4c90df22e9749dc404f8e96d34c5ec7f047b8c54f46c8e9e1d70fda603ab5c3ba3da99333d21c95e16ca9442fd1d573"
  ]
}
