forked from mirage/ocaml-dns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dns-mirage-certify.opam
35 lines (32 loc) · 953 Bytes
/
dns-mirage-certify.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
opam-version: "2.0"
maintainer: "team AT robur dot io"
authors: ["Hannes Mehnert <[email protected]>"]
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: "BSD2"
depends: [
"dune" {build & >= "1.2.0"}
"ocaml" {>= "4.07.0"}
"dns" {= version}
"dns-mirage" {= version}
"dns-certify" {= version}
"mirage-random"
"mirage-time-lwt"
"mirage-clock-lwt" {>= "2.0.0"}
"lwt"
"duration"
"tls"
"mirage-stack-lwt"
]
build: [
["dune" "subst"] {pinned}
["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.
"""