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.08.0"} "dune" {>= "1.2.0"} "astring" "rresult" "base64" {>= "3.1.0"} "logs" "fmt" "uri" "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" {with-test & < "0.11.0"} "x509" {>= "0.13.0"} "yojson" {>= "1.6.0"} "ounit" {with-test} "ptime" "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" x-commit-hash: "eef905dceda483d6ea2b2c8d7c849887d9522128" url { src: "https://github.com/mmaker/ocaml-letsencrypt/releases/download/v0.3.0/letsencrypt-v0.3.0.tbz" checksum: [ "sha256=8772b7e6dbda0559a03a7b23b75c1431d42ae09a154eefd64b4c7e23b8d92deb" "sha512=72b12219f279d4cf5353ef35a81b1f2f288d9aed471de2d9bf6b020df34e80a33fb44027a1ec1854cd60c7193a661b69c3b0de280a95f6e38d22765a677327a8" ] }