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.07.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"} "nocrypto" "x509" {>= "0.9.0" & < "0.10.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"} ] 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.2.0/letsencrypt-v0.2.0.tbz" checksum: [ "sha256=381fcc0c75f191accfe1cac9019e8de15402e3037ab680487ade6b70353e1257" "sha512=91d5c293f9a1173c593a4bd7cb6655328e10f0a836b22c54e08d2bad40b62e20e10cdcc83a16ffb49eb7907d53b5fee63ac3b813b99f5fafee021e5f3dded1f7" ] }