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.07.0"} 14 "async" {>= "v0.12" & < "v0.13"} 15 "async_inotify" {>= "v0.12" & < "v0.13"} 16 "async_sendfile" {>= "v0.12" & < "v0.13"} 17 "async_shell" {>= "v0.12" & < "v0.13"} 18 "async_ssl" {>= "v0.12" & < "v0.13"} 19 "core" {>= "v0.12" & < "v0.13"} 20 "core_extended" {>= "v0.12" & < "v0.13"} 21 "email_message" {>= "v0.12" & < "v0.13"} 22 "ppx_jane" {>= "v0.12" & < "v0.13"} 23 "re2" {>= "v0.12" & < "v0.13"} 24 "resource_cache" {>= "v0.12" & < "v0.13"} 25 "sexp_macro" {>= "v0.12" & < "v0.13"} 26 "textutils" {>= "v0.12" & < "v0.13"} 27 "cryptokit" 28 "dune" {>= "1.5.1"} 29] 30synopsis: "SMTP client and server" 31url { 32 src: 33 "https://ocaml.janestreet.com/ocaml-core/v0.12/files/async_smtp-v0.12.0.tar.gz" 34 checksum: [ 35 "sha256=423634b9f83a6735d9722e26541d580c25cc780dbabf524fd8556a7a254ef027" 36 "md5=d5324bd84ec835d3f9a08a2e0920b115" 37 ] 38}