opam-version: "2.0"
license:      "MIT"
authors:      [ "Romain Calascibetta <romain.calascibetta@gmail.com>" ]
maintainer:   [ "Romain Calascibetta <romain.calascibetta@gmail.com>" ]
homepage:     "https://github.com/dinosaure/facteur"
bug-reports:  "https://github.com/dinosaure/facteur/issues"
dev-repo:     "git+https://github.com/dinosaure/facteur.git"
doc:          "https://dinosaure.github.io/facteur/"
synopsis:     "Tool to send an email"
description: """Tool to send an email in OCaml according RFC4409 [SUBMIT]
"""

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

depends: [
  "ocaml" {>= "4.08.0"}
  "mrmime" {>= "0.1.0"}
  "colombe" {>= "0.1.0"}
  "sendmail-lwt"
  "logs"
  "fmt"
  "astring"
  "fpath"
  "cmdliner"
  "domain-name" {>= "0.3.0"}
  "x509" {>= "0.7.0" & < "0.10.0"}
  "emile" {>= "0.5" & < "0.7"}
  "dune" {>= "1.3"}
  "conf-libmagic"
]

url {
  src:
    "https://github.com/dinosaure/facteur/releases/download/v0.1.0/facteur-v0.1.0.tbz"
  checksum: [
    "sha256=56e9eb6cbfff8bf9788913ce2c549b1d57731f77b4f3cbc7849d343748ae2cac"
    "sha512=a25b26d5b5b9efb6ec0178d7a604ef2449f5831ea26433e63ec545056febdb018ef4b6f42bc387cbd7c8dad756c1f737b259abf3b903d47c89992585d56db7c7"
  ]
}
