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.07.0"} "async" {>= "v0.12" & < "v0.13"} "async_inotify" {>= "v0.12" & < "v0.13"} "async_sendfile" {>= "v0.12" & < "v0.13"} "async_shell" {>= "v0.12" & < "v0.13"} "async_ssl" {>= "v0.12" & < "v0.13"} "core" {>= "v0.12" & < "v0.13"} "core_extended" {>= "v0.12" & < "v0.13"} "email_message" {>= "v0.12" & < "v0.13"} "ppx_jane" {>= "v0.12" & < "v0.13"} "re2" {>= "v0.12" & < "v0.13"} "resource_cache" {>= "v0.12" & < "v0.13"} "sexp_macro" {>= "v0.12" & < "v0.13"} "textutils" {>= "v0.12" & < "v0.13"} "cryptokit" "dune" {>= "1.5.1"} ] synopsis: "SMTP client and server" url { src: "https://ocaml.janestreet.com/ocaml-core/v0.12/files/async_smtp-v0.12.0.tar.gz" checksum: [ "sha256=423634b9f83a6735d9722e26541d580c25cc780dbabf524fd8556a7a254ef027" "md5=d5324bd84ec835d3f9a08a2e0920b115" ] }