-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathletsencrypt-mirage.opam
More file actions
28 lines (28 loc) · 979 Bytes
/
letsencrypt-mirage.opam
File metadata and controls
28 lines (28 loc) · 979 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
opam-version: "2.0"
synopsis: "ACME implementation in OCaml for MirageOS"
description: "An ACME client implementation of the ACME protocol (RFC 8555) for OCaml & MirageOS"
maintainer: "Michele Mu <maker@tumbolandia.net>"
authors:
"Michele Mu <maker@tumbolandia.net>, Hannes Mehnert <hannes@mehnert.org>"
license: "BSD-2-clause"
homepage: "https://github.com/robur-coop/ocaml-letsencrypt"
bug-reports: "https://github.com/robur-coop/ocaml-letsencrypt/issues"
doc: "https://robur-coop.github.io/ocaml-letsencrypt"
depends: [
"ocaml" {>= "4.13.0"}
"dune" {>= "1.2.0"}
"letsencrypt" {= version}
"http-mirage-client" {>= "0.0.10"}
"tcpip" {>= "7.0.0"}
"mirage-sleep" {>= "4.0.0"}
"duration"
"emile" {>= "1.1"}
"paf" {>= "0.8.0"}
]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
dev-repo: "git+https://github.com/robur-coop/ocaml-letsencrypt.git"
x-maintenance-intent: [ "(latest)" ]