opam-version: "2.0" synopsis: "ACME implementation in OCaml" description: "An ACME client 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/robur-coop/ocaml-letsencrypt" bug-reports: "https://github.com/robur-coop/ocaml-letsencrypt/issues" doc: "https://robur-coop.github.io/ocaml-letsencrypt" depends: [ "ocaml" {>= "4.13.0"} "dune" {>= "1.2.0"} "letsencrypt" {= version} "letsencrypt-dns" {= version} "cmdliner" {>= "1.1.0"} "cohttp-lwt-unix" {>= "1.0.0"} "logs" "fmt" {>= "0.8.7"} "lwt" {>= "2.6.0"} "mirage-crypto-rng" {>= "1.2.0"} "ptime" "bos" "fpath" "randomconv" {>= "0.2.0"} "ipaddr" {>= "5.6.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/robur-coop/ocaml-letsencrypt.git" x-maintenance-intent: [ "(latest)" ] url { src: "https://github.com/robur-coop/ocaml-letsencrypt/releases/download/v1.1.0/letsencrypt-1.1.0.tbz" checksum: [ "sha256=230e7919f7f21b9b56038f616a8d73f415faa78376f842ae84b2283b01bc10a3" "sha512=a30efac9a4d479d3519e99e8f81c2d824b55552d2a04b89caafe27836a326da1406be0be827619fd60526f65471ee7f0589ee348676e017cf1c857c1f803fafe" ] } x-commit-hash: "cb7570b637dfefb5b254c4e592be1cb8ac1a0d95"