this repo has no description
1opam-version: "2.0"
2synopsis: "ACME implementation in OCaml for MirageOS"
3description: "An ACME client implementation of the ACME protocol (RFC 8555) for OCaml & MirageOS"
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 "letsencrypt" {= version}
15 "http-mirage-client"
16 "tcpip" {>= "7.0.0"}
17 "mirage-time" {>= "3.0.0"}
18 "duration"
19 "emile" {>= "1.1"}
20 "paf" {>= "0.4.0" & < "0.8.0"}
21]
22build: [
23 ["dune" "subst"] {dev}
24 ["dune" "build" "-p" name "-j" jobs]
25 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
26]
27dev-repo: "git+https://github.com/mmaker/ocaml-letsencrypt.git"
28url {
29 src:
30 "https://github.com/mmaker/ocaml-letsencrypt/releases/download/v0.5.1/letsencrypt-0.5.1.tbz"
31 checksum: [
32 "sha256=b90387a5dc8f839926b3e9de831a503317e1a30e9ab99d22a6de64b285d8a35c"
33 "sha512=cc2fb7aeba6469d8a3ae20d5bb6857c4035300059149d53ddaee802f125e99dd3078ef699e34a052105533622797194ff80ee9f6b84a7aae5fef0e5866cfada7"
34 ]
35}
36x-commit-hash: "56a10de7baf223382856796d5dc2f75555a74efd"