this repo has no description
1opam-version: "2.0"
2synopsis: "ACME implementation in OCaml"
3description: "An implementation of the ACME protocol (RFC 8555) for OCaml"
4maintainer: "Michele Mu <maker@tumbolandia.net>"
5authors:
6 "Michele Mu <maker@tumbolandia.net>, Hannes Mehnert <hannes@mehnert.org>"
7license: "BSD-2-clause"
8homepage: "https://github.com/mmaker/ocaml-letsencrypt"
9bug-reports: "https://github.com/mmaker/ocaml-letsencrypt/issues"
10doc: "https://mmaker.github.io/ocaml-letsencrypt"
11depends: [
12 "ocaml" {>= "4.08.0"}
13 "dune" {>= "1.2.0"}
14 "base64" {>= "3.3.0"}
15 "logs"
16 "fmt" {>= "0.8.7"}
17 "uri"
18 "lwt" {>= "2.6.0"}
19 "mirage-crypto" {< "1.0.0"}
20 "mirage-crypto-ec" {< "1.0.0"}
21 "mirage-crypto-pk" {< "1.0.0"}
22 "mirage-crypto-pk" {with-test & >= "0.8.9" & < "1.0.0"}
23 "mirage-crypto-rng" {with-test & < "0.11.0"}
24 "x509" {>= "0.13.0"}
25 "yojson" {>= "1.6.0"}
26 "ounit" {with-test}
27 "ptime"
28 "domain-name" {>= "0.2.0"}
29 "cstruct" {>= "6.0.0"}
30]
31conflicts: [ "result" {< "1.5"} ]
32build: [
33 ["dune" "subst"] {dev}
34 ["dune" "build" "-p" name "-j" jobs]
35 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
36]
37dev-repo: "git+https://github.com/mmaker/ocaml-letsencrypt.git"
38url {
39 src:
40 "https://github.com/mmaker/ocaml-letsencrypt/releases/download/v0.4.1/letsencrypt-v0.4.1.tbz"
41 checksum: [
42 "sha256=f90875f5c9bdcab4c8be5ec7ebe9ea763030fa708e02857300996bb16e7c2070"
43 "sha512=5c652c194285e02ecd4be5cd378f42e7bb9ca2d76c97dacd2155de9cbc61b110f35803bab1df7823e84c7874c48fda0e7809f6a3018a4933266c59bc69dad763"
44 ]
45}
46x-commit-hash: "280e1d7b94015a5444da91d6e036f97ac1136fae"