opam-version: "2.0" synopsis: "ACME implementation in OCaml" description: "An implementation of the ACME protocol (RFC 8555) for OCaml" maintainer: "Michele Mu " authors: "Michele Mu , Hannes Mehnert " 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.07.0"} "dune" {>= "1.2.0"} "astring" "rresult" "base64" {>= "3.1.0"} "cmdliner" "cohttp" "cohttp-lwt" {>= "2.5.1"} "cohttp-lwt-unix" {>= "1.0.0"} "zarith" "logs" "fmt" "lwt" {>= "2.6.0"} "mirage-crypto" {< "1.0.0"} "mirage-crypto-pk" {< "1.0.0"} "mirage-crypto-pk" {with-test & != "0.8.9" & < "1.0.0"} "mirage-crypto-rng" {< "0.11.0"} "x509" {>= "0.11.0" & < "0.12.0"} "yojson" {>= "1.6.0"} "ounit" {with-test} "dns" {< "9.0.0"} "dns-tsig" "ptime" "bos" "fpath" "randomconv" {< "0.2.0"} "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.2.2/letsencrypt-v0.2.2.tbz" checksum: [ "sha256=36be2e582bc04bb4a6583e7ed199b8c9c767632b25a20930de9c3a1e99a23539" "sha512=a241886747e0090cd2433e6abce5a4b1a42ed948b7cdf056192b4ed247f3d53cbc6fd98bb3a18d229dff70e556bdf03f33bc605cec31e2028dfd505597db7f0e" ] }