-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
49 lines (46 loc) · 1.55 KB
/
opam
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
opam-version: "2.0"
maintainer: "team AT robur dot coop"
authors: ["Hannes Mehnert <hannes@mehnert.org>"]
homepage: "https://github.com/mirage/ocaml-dns"
doc: "https://mirage.github.io/ocaml-dns/"
dev-repo: "git+https://github.com/mirage/ocaml-dns.git"
bug-reports: "https://github.com/mirage/ocaml-dns/issues"
license: "BSD-2-Clause"
depends: [
"dune" {>= "1.2.0"}
"ocaml" {>= "4.08.0"}
"dns" {= version}
"dns-tsig" {= version}
"dns-mirage" {= version}
"randomconv" {>= "0.1.2" & < "0.2.0"}
"duration" {>= "0.1.2"}
"x509" {>= "0.13.0"}
"lwt" {>= "4.2.1"}
"mirage-random" {>= "2.0.0" & < "4.0.0"}
"mirage-time" {>= "2.0.0"}
"mirage-clock" {>= "3.0.0"}
"tcpip" {>= "7.0.0"}
"logs"
"mirage-crypto-ec" {< "1.0.0"}
"mirage-crypto-pk" {>= "0.8.0" & < "1.0.0"}
"mirage-crypto-rng" {>= "0.8.0" & < "1.0.0"}
]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "MirageOS let's encrypt certificate retrieval"
description: """
A function to retrieve a certificate when providing a hostname, TSIG key, server
IP, and an optional key seed. Best used with an letsencrypt unikernel.
"""
url {
src:
"https://github.com/mirage/ocaml-dns/releases/download/v6.4.0/dns-6.4.0.tbz"
checksum: [
"sha256=00472d566bbfd66da13642eab5fade12fde56b20dd7ac5c50415b88d052d6175"
"sha512=0ddeee4a155852c7ffa619de603e54dabe9ec315b79e4a1cb22a13884f9d3893458f1fa3c7b97f2eda60b29f1bfa401e53d531d8ded1089dcd8497ffa3ad1afb"
]
}
x-commit-hash: "3e5968d38282ad949aa91527f3046bd7b84c75a8"