-
Notifications
You must be signed in to change notification settings - Fork 6
/
letters.opam.locked
96 lines (96 loc) · 2.29 KB
/
letters.opam.locked
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
opam-version: "2.0"
version: "0.3.3"
synopsis: "Client library for sending emails over SMTP"
description: "Simple to use SMTP client implementation for OCaml"
maintainer: ["Miko Nieminen <[email protected]>"]
authors: ["Miko Nieminen"]
license: "MIT"
homepage: "https://github.com/oxidizing/letters/"
doc: "https://oxidizing.github.io/letters/"
bug-reports: "https://github.com/oxidizing/letters/issues"
depends: [
"angstrom" {= "0.16.0"}
"asn1-combinators" {= "0.2.6"}
"astring" {= "0.8.5"}
"base-bytes" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"base64" {= "3.5.1"}
"bigarray-overlap" {= "0.2.1"}
"bigstringaf" {= "0.9.1"}
"bos" {= "0.2.1"}
"ca-certs" {= "0.2.3"}
"cmdliner" {= "1.2.0"}
"coin" {= "0.1.4"}
"colombe" {= "0.8.0"}
"conf-gmp" {= "4"}
"conf-gmp-powm-sec" {= "3"}
"conf-pkg-config" {= "3"}
"containers" {= "3.13.1"}
"cppo" {= "1.6.9"}
"csexp" {= "1.5.2"}
"cstruct" {= "6.2.0"}
"domain-name" {= "0.4.0"}
"dune" {= "3.14.0"}
"dune-configurator" {= "3.14.0"}
"duration" {= "0.2.1"}
"either" {= "1.0.0"}
"emile" {= "1.1"}
"eqaf" {= "0.9"}
"fmt" {= "0.9.0"}
"fpath" {= "0.7.3"}
"gmap" {= "0.3.0"}
"hkdf" {= "1.0.4"}
"ipaddr" {= "5.5.0"}
"ke" {= "0.6"}
"logs" {= "0.7.0"}
"lwt" {= "5.7.0"}
"macaddr" {= "5.5.0"}
"mirage-crypto" {= "0.11.3"}
"mirage-crypto-ec" {= "0.11.3"}
"mirage-crypto-pk" {= "0.11.3"}
"mirage-crypto-rng" {= "0.11.3"}
"mirage-crypto-rng-lwt" {= "0.11.3"}
"mrmime" {= "0.6.0"}
"mtime" {= "2.0.0"}
"ocaml" {= "4.14.1"}
"ocaml-syntax-shims" {= "1.0.0"}
"ocamlbuild" {= "0.14.3"}
"ocamlfind" {= "1.9.6"}
"ocplib-endian" {= "1.2"}
"pbkdf" {= "1.2.0"}
"pecu" {= "0.6"}
"prettym" {= "0.0.3"}
"ptime" {= "1.1.0"}
"re" {= "1.11.0"}
"rosetta" {= "0.3.0"}
"rresult" {= "0.7.0"}
"sendmail" {= "0.8.0"}
"seq" {= "base"}
"sexplib0" {= "v0.16.0"}
"tls" {= "0.17.3"}
"tls-lwt" {= "0.17.3"}
"topkg" {= "1.0.7"}
"unstrctrd" {= "0.3"}
"uutf" {= "1.0.3"}
"uuuu" {= "0.3.0"}
"x509" {= "0.16.5"}
"yuscii" {= "0.3.0"}
"zarith" {= "1.13"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/oxidizing/letters.git"
name: "letters"