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" {>= "0.8.7"} "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.5.0/letsencrypt-0.5.0.tbz" checksum: [ "sha256=5c6ae86623723f422d38cad72b4ee7ad5a93e18cfd44a5d8bd9b91903a74f3d3" "sha512=b1cb55ffc2357c114b58773fe4c497f2d73ae24a22ad18697c7b8703d2f8b7845f1f120fdea2d83b34ca2cc2b69b07fe6da40addf4888c4f077609d1e6b5095e" ] } x-commit-hash: "6515240f24cd0b18df6418de4f92c56fcb2a96a4"