forked from janestreet/async_smtp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathasync_smtp.opam
More file actions
31 lines (31 loc) · 819 Bytes
/
Copy pathasync_smtp.opam
File metadata and controls
31 lines (31 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
opam-version: "1.2"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
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"
license: "Apache-2.0"
build: [
["jbuilder" "build" "--only-packages" "async_smtp" "--root" "." "-j" jobs "@install"]
]
depends: [
"async"
"async_extended"
"async_shell"
"async_ssl"
"core"
"core_extended"
"email_message"
"jbuilder" {build & >= "1.0+beta8"}
"json-wheel_jane_street_overlay"
"ppx_driver"
"ppx_jane"
"re2"
"textutils"
"cryptokit"
"ocaml-migrate-parsetree" {>= "0.4"}
]
available: [ ocaml-version >= "4.03.0" ]
descr: "
SMTP client and server
"