-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
36 lines (36 loc) · 1.24 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
opam-version: "2.0"
synopsis: "DNS solver for ACME implementation in OCaml"
description: "A DNS solver for the ACME implementation in OCaml."
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/mmaker/ocaml-letsencrypt"
bug-reports: "https://github.com/mmaker/ocaml-letsencrypt/issues"
doc: "https://mmaker.github.io/ocaml-letsencrypt"
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "1.2.0"}
"letsencrypt" {= version}
"logs"
"fmt" {>= "0.8.7"}
"lwt" {>= "2.6.0"}
"dns" {< "9.0.0"}
"dns-tsig"
"domain-name" {>= "0.2.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/mmaker/ocaml-letsencrypt.git"
url {
src:
"https://github.com/mmaker/ocaml-letsencrypt/releases/download/v0.4.1/letsencrypt-v0.4.1.tbz"
checksum: [
"sha256=f90875f5c9bdcab4c8be5ec7ebe9ea763030fa708e02857300996bb16e7c2070"
"sha512=5c652c194285e02ecd4be5cd378f42e7bb9ca2d76c97dacd2155de9cbc61b110f35803bab1df7823e84c7874c48fda0e7809f6a3018a4933266c59bc69dad763"
]
}
x-commit-hash: "280e1d7b94015a5444da91d6e036f97ac1136fae"