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" {>= "5.1.0"} "async" {>= "v0.17" & < "v0.18"} "async_extra" {>= "v0.17" & < "v0.18"} "async_inotify" {>= "v0.17" & < "v0.18"} "async_sendfile" {>= "v0.17" & < "v0.18"} "async_shell" {>= "v0.17" & < "v0.18"} "async_ssl" {>= "v0.17" & < "v0.18"} "core" {>= "v0.17" & < "v0.18"} "core_unix" {>= "v0.17" & < "v0.18"} "email_message" {>= "v0.17" & < "v0.18"} "ppx_jane" {>= "v0.17" & < "v0.18"} "re2" {>= "v0.17" & < "v0.18"} "resource_cache" {>= "v0.17" & < "v0.18"} "sexp_macro" {>= "v0.17" & < "v0.18"} "textutils" {>= "v0.17" & < "v0.18"} "base64" {>= "3.4.0"} "cryptokit" {>= "1.16" & < "1.17"} "dune" {>= "3.11.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "SMTP client and server" description: " " url { src: "https://github.com/janestreet/async_smtp/archive/refs/tags/v0.17.0.tar.gz" checksum: "sha256=c416027c2537e22129f7049bf03ec3f867557d47b194d7e91d72c399fe656b27" }