File tree Expand file tree Collapse file tree 1 file changed +54
-0
lines changed
packages/letters/letters.0.4.0 Expand file tree Collapse file tree 1 file changed +54
-0
lines changed Original file line number Diff line number Diff line change
1
+ # This file is generated by dune, edit dune-project instead
2
+ opam-version: "2.0"
3
+ synopsis: "Client library for sending emails over SMTP"
4
+ description: "Simple to use SMTP client implementation for OCaml"
5
+ maintainer: ["Miko Nieminen <
[email protected] >"]
6
+ authors: ["Miko Nieminen"]
7
+ license: "MIT"
8
+ homepage: "https://github.com/oxidizing/letters/"
9
+ doc: "https://oxidizing.github.io/letters/"
10
+ bug-reports: "https://github.com/oxidizing/letters/issues"
11
+ depends: [
12
+ "dune" {>= "2.7"}
13
+ "ca-certs" {>= "0.2.1"}
14
+ "colombe" {>= "0.11.0"}
15
+ "containers" {>= "3.13.1"}
16
+ "fmt" {>= "0.8.8"}
17
+ "fpath" {>= "0.7.0"}
18
+ "lwt" {>= "5.2.0"}
19
+ "mrmime" {>= "0.6.1"}
20
+ "ocaml" {>= "4.08.1"}
21
+ "ptime" {>= "0.8.5"}
22
+ "sendmail" {>= "0.11.0"}
23
+ "tls-lwt" {>= "1.0.4"}
24
+ "tls" {>= "1.0.4"}
25
+ "x509" {>= "0.9.0"}
26
+ "alcotest" {>= "1.1.0" & with-test}
27
+ "alcotest-lwt" {>= "1.1.0" & with-test}
28
+ "yojson" {>= "1.7.0" & with-test}
29
+ "odoc" {with-doc}
30
+ "ocamlformat" {dev}
31
+ ]
32
+ conflicts: ["rresult" {< "0.7.0"}]
33
+ build: [
34
+ ["dune" "subst"] {dev}
35
+ [
36
+ "dune"
37
+ "build"
38
+ "-p"
39
+ name
40
+ "-j"
41
+ jobs
42
+ "@install"
43
+ "@runtest" {with-test}
44
+ "@doc" {with-doc}
45
+ ]
46
+ ]
47
+ dev-repo: "git+https://github.com/oxidizing/letters.git"
48
+ url {
49
+ src: "https://github.com/oxidizing/letters/archive/0.4.0.tar.gz"
50
+ checksum: [
51
+ "md5=fd4908095f51b81bc37d57b6d08a0df3"
52
+ "sha512=8b1513c52866dc5f582024cb55ca8139ae7f6c62e3d1500e664a9d11ba0ee3877b66335f2137e8052310e3cc5b9f760fd6110952692c619d7517654e7337b9ed"
53
+ ]
54
+ }
You can’t perform that action at this time.
0 commit comments