opam-version: "2.0" synopsis: "DNS solver for ACME implementation in OCaml" description: "A DNS solver for the ACME implementation in 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"} "letsencrypt" {= version} "logs" "fmt" "lwt" {>= "2.6.0"} "dns" {< "9.0.0"} "dns-tsig" "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.4.0/letsencrypt-v0.4.0.tbz" checksum: [ "sha256=bdcc186ebe3e38ecfe38de495637b09c987f7b540a5a975a5982f2ffff0f720a" "sha512=ca15cdf853b5460340f7ee448dc4ef70e1f10b5775e2ca6f7e869c5b0ad7e5b1ecf20c1647705a6662746b2a5805a28255f84f8fe2d0801b956dd82f0064f710" ] } x-commit-hash: "5f1579db6335744a8e9f39165e7db499cf42d50b"