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 "rresult"
15 "base64" {>= "3.1.0"}
16 "logs"
17 "fmt"
18 "uri"
19 "lwt" {>= "2.6.0"}
20 "mirage-crypto" {< "1.0.0"}
21 "mirage-crypto-ec" {< "1.0.0"}
22 "mirage-crypto-pk" {< "1.0.0"}
23 "mirage-crypto-pk" {with-test & >= "0.8.9" & < "1.0.0"}
24 "mirage-crypto-rng" {with-test & < "0.11.0"}
25 "x509" {>= "0.13.0"}
26 "yojson" {>= "1.6.0"}
27 "ounit" {with-test}
28 "ptime"
29 "domain-name" {>= "0.2.0"}
30 "cstruct" {>= "6.0.0"}
31]
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.0/letsencrypt-v0.4.0.tbz"
41 checksum: [
42 "sha256=bdcc186ebe3e38ecfe38de495637b09c987f7b540a5a975a5982f2ffff0f720a"
43 "sha512=ca15cdf853b5460340f7ee448dc4ef70e1f10b5775e2ca6f7e869c5b0ad7e5b1ecf20c1647705a6662746b2a5805a28255f84f8fe2d0801b956dd82f0064f710"
44 ]
45}
46x-commit-hash: "5f1579db6335744a8e9f39165e7db499cf42d50b"