this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/async_smtp" 5bug-reports: "https://github.com/janestreet/async_smtp/issues" 6dev-repo: "git+https://github.com/janestreet/async_smtp.git" 7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_smtp/index.html" 8license: "MIT" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "4.14.0"} 14 "async" {>= "v0.16" & < "v0.17"} 15 "async_extra" {>= "v0.16" & < "v0.17"} 16 "async_inotify" {>= "v0.16" & < "v0.17"} 17 "async_sendfile" {>= "v0.16" & < "v0.17"} 18 "async_shell" {>= "v0.16" & < "v0.17"} 19 "async_ssl" {>= "v0.16" & < "v0.17"} 20 "core" {>= "v0.16" & < "v0.17"} 21 "core_unix" {>= "v0.16" & < "v0.17"} 22 "email_message" {>= "v0.16" & < "v0.17"} 23 "ppx_jane" {>= "v0.16" & < "v0.17"} 24 "re2" {>= "v0.16" & < "v0.17"} 25 "resource_cache" {>= "v0.16" & < "v0.17"} 26 "sexp_macro" {>= "v0.16" & < "v0.17"} 27 "textutils" {>= "v0.16" & < "v0.17"} 28 "base64" {>= "3.4.0"} 29 "cryptokit" {>= "1.16" & < "1.17"} 30 "dune" {>= "2.0.0"} 31] 32synopsis: "SMTP client and server" 33description: " 34" 35url { 36src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/async_smtp-v0.16.0.tar.gz" 37checksum: "sha256=46d57c39e83b57301cee7f8d5a0a3b3b29b691734f06839ea30efd1f3090b8b9" 38}