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"} "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.13.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"} "cstruct" {< "6.1.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: "e491778e3342c66db0c437bce8dc728ecfca44a8" url { src: "https://github.com/mmaker/ocaml-letsencrypt/releases/download/v0.2.5/letsencrypt-v0.2.5.tbz" checksum: [ "sha256=6e3bbb5f593823d49e83e698c06cf9ed48818695ec8318507b311ae74731e607" "sha512=3d221f543a77562ad006b97ad79235da19617f7147c2c31c58d30cdcdd8d813f0fd3a6f4a6e9f91ae6cd1f4c534216470e801dfbf5c7bbc3c85c734746ecb038" ] }