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.07.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.2.0/colombe-v0.2.0.tbz"
  checksum: [
    "sha256=12c2736f0e1a6e001a47e2b39907bc1f6ddb18718f2c341dcd10b19554706ead"
    "sha512=09e19eff4a016f7735b35f2298f0557be38ee00b24b5bbf102b3c66c3b783ea5190e55ed2da3300fb8c05f445a832f1482fdea84ec35b78b238e771e5e377fd7"
  ]
}
