opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/async_smtp" bug-reports: "https://github.com/janestreet/async_smtp/issues" dev-repo: "git+https://github.com/janestreet/async_smtp.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_smtp/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "async" {>= "v0.16" & < "v0.17"} "async_extra" {>= "v0.16" & < "v0.17"} "async_inotify" {>= "v0.16" & < "v0.17"} "async_sendfile" {>= "v0.16" & < "v0.17"} "async_shell" {>= "v0.16" & < "v0.17"} "async_ssl" {>= "v0.16" & < "v0.17"} "core" {>= "v0.16" & < "v0.17"} "core_unix" {>= "v0.16" & < "v0.17"} "email_message" {>= "v0.16" & < "v0.17"} "ppx_jane" {>= "v0.16" & < "v0.17"} "re2" {>= "v0.16" & < "v0.17"} "resource_cache" {>= "v0.16" & < "v0.17"} "sexp_macro" {>= "v0.16" & < "v0.17"} "textutils" {>= "v0.16" & < "v0.17"} "base64" {>= "3.4.0"} "cryptokit" {>= "1.16" & < "1.17"} "dune" {>= "2.0.0"} ] synopsis: "SMTP client and server" description: " " url { src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/async_smtp-v0.16.0.tar.gz" checksum: "sha256=46d57c39e83b57301cee7f8d5a0a3b3b29b691734f06839ea30efd1f3090b8b9" }