opam-version: "2.0"
license:      "MIT"
authors:      [ "Lilianne Lecat" "Romain Calascibetta <romain.calascibetta@gmail.com>" ]
maintainer:   [ "Lilianne Lecat" "Romain Calascibetta <romain.calascibetta@gmail.com>" ]
homepage:     "https://github.com/dinosaure/colombe"
bug-reports:  "https://github.com/dinosaure/colombe/issues"
dev-repo:     "git+https://github.com/dinosaure/colombe.git"
synopsis:     "SMTP protocol in OCaml"
doc:          "https://dinosaure.github.io/colombe/"
description: """This package purpose is to provide an implementation of the
RFC 5321 about SMTP standard in OCaml.
"""

build: [ "dune" "build" "-p" name "-j" jobs ]
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]

depends: [
  "ocaml" {>= "4.03.0"}
  "dune" {>= "1.3"}
  "angstrom" {< "0.14.0"}
  "ipaddr" {>= "2.9.0"}
  "fmt"
  "tls" {< "0.13.0"}
  "logs"
  "base64"
  "rresult"
  "hxd" {< "0.3.0"}
  "domain-name" {>= "0.2.1"}
  "alcotest" {with-test & < "1.0.0"}
  "crowbar" {with-test & > "0.1"}
]

depopts: [
  "mrmime"
]
conflicts: [
  "mrmime" {>= "0.2.0"}
]
url {
  src:
    "https://github.com/dinosaure/colombe/releases/download/v0.1.0/colombe-v0.1.0.tbz"
  checksum: [
    "sha256=77e1058f787de49e07abc6ac26db015b174538570dac0ba428d1c665407537c6"
    "sha512=a619b77cd781cb5884d8a9c219ead580e54dc462d5217c452893d2d4e99be2f12026a07037fcc01a03737d0a78f3c4ea190e02f120023377c19b064c37884745"
  ]
}
