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.08.0"} "async" {>= "v0.14" & < "v0.15"} "async_extra" {>= "v0.14" & < "v0.15"} "async_inotify" {>= "v0.14" & < "v0.15"} "async_sendfile" {>= "v0.14" & < "v0.15"} "async_shell" {>= "v0.14" & < "v0.15"} "async_ssl" {>= "v0.14" & < "v0.15"} "core" {>= "v0.14" & < "v0.15"} "email_message" {>= "v0.14" & < "v0.15"} "ppx_jane" {>= "v0.14" & < "v0.15"} "re2" {>= "v0.14" & < "v0.15"} "re2_stable" {>= "v0.14" & < "v0.15"} "resource_cache" {>= "v0.14" & < "v0.15"} "sexp_macro" {>= "v0.14" & < "v0.15"} "textutils" {>= "v0.14" & < "v0.15"} "base64" "cryptokit" "dune" {>= "2.0.0"} ] synopsis: "SMTP client and server" url { src: "https://ocaml.janestreet.com/ocaml-core/v0.14/files/async_smtp-v0.14.0.tar.gz" checksum: [ "sha256=9bdfbfc01a2f418ecf2bb780206fe3d4adc808d13b246782a7a056341c109bbc" "md5=ad8d7c8d36efdbdce02afe05d542b56c" ] }