opam-version: "2.0"
maintainer: "opensource@janestreet.com"
build: make
remove: [["ocamlfind" "remove" "async_smtp"]]
depends: [
  "ocaml"
  "camlp4"
  "core" {>= "112.24.00" & < "112.25.00"}
  "core_extended" {>= "112.24.00" & < "112.25.00"}
  "async" {>= "112.24.00" & < "112.25.00"}
  "async_extended" {>= "112.24.00" & < "112.25.00"}
  "email_message" {>= "109.38.00" & < "112.18.00"}
  "ocamlbuild" {build}
]
install: [make "install"]
synopsis: "SMTP client and server"
flags: light-uninstall
url {
  src:
    "https://ocaml.janestreet.com/ocaml-core/112.24/files/async_smtp-112.24.tar.gz"
  checksum: "md5=4cc27d49e161a60e3ab78f432c081cfd"
}
