-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathsendmail-lwt.opam
More file actions
30 lines (28 loc) · 948 Bytes
/
sendmail-lwt.opam
File metadata and controls
30 lines (28 loc) · 948 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
opam-version: "2.0"
license: "MIT"
authors: [ "Gwenaëlle Lecat" "Romain Calascibetta <romain.calascibetta@gmail.com>" ]
maintainer: [ "Gwenaëlle Lecat" "Romain Calascibetta <romain.calascibetta@gmail.com>" ]
homepage: "https://github.com/mirage/colombe"
bug-reports: "https://github.com/mirage/colombe/issues"
dev-repo: "git+https://github.com/mirage/colombe.git"
doc: "https://mirage.github.io/colombe/"
synopsis: "Implementation of the sendmail command over LWT"
description: """A library to be able to send an email with LWT and TLS."""
build: [
[ "dune" "build" "-p" name "-j" jobs ]
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
]
depends: [
"ocaml" {>= "4.03.0"}
"dune" {>= "2.0"}
"sendmail" {= version}
"domain-name"
"ipaddr"
"ca-certs"
"lwt"
"tls" {>= "0.13.0"}
"tls-lwt" {>= "0.16.0"}
"x509" {>= "0.12.0"}
"alcotest" {with-test}
]
x-maintenance-intent: [ "(latest)" ]