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