this repo has no description
1opam-version: "2.0" 2synopsis: "ACME implementation in OCaml" 3description: "An ACME client implementation of the ACME protocol (RFC 8555) for OCaml" 4maintainer: "Michele Mu <maker@tumbolandia.net>" 5authors: 6 "Michele Mu <maker@tumbolandia.net>, Hannes Mehnert <hannes@mehnert.org>" 7license: "BSD-2-clause" 8homepage: "https://github.com/mmaker/ocaml-letsencrypt" 9bug-reports: "https://github.com/mmaker/ocaml-letsencrypt/issues" 10doc: "https://mmaker.github.io/ocaml-letsencrypt" 11depends: [ 12 "ocaml" {>= "4.08.0"} 13 "dune" {>= "1.2.0"} 14 "letsencrypt" {= version} 15 "letsencrypt-dns" {= version} 16 "cmdliner" 17 "cohttp-lwt-unix" {>= "1.0.0"} 18 "logs" 19 "fmt" 20 "lwt" {>= "2.6.0"} 21 "mirage-crypto-rng" {< "0.11.0"} 22 "ptime" 23 "bos" 24 "fpath" 25 "randomconv" {< "0.2.0"} 26 "cstruct" {>= "6.0.0"} 27] 28build: [ 29 ["dune" "subst"] {dev} 30 ["dune" "build" "-p" name "-j" jobs] 31 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 32] 33dev-repo: "git+https://github.com/mmaker/ocaml-letsencrypt.git" 34url { 35 src: 36 "https://github.com/mmaker/ocaml-letsencrypt/releases/download/v0.4.0/letsencrypt-v0.4.0.tbz" 37 checksum: [ 38 "sha256=bdcc186ebe3e38ecfe38de495637b09c987f7b540a5a975a5982f2ffff0f720a" 39 "sha512=ca15cdf853b5460340f7ee448dc4ef70e1f10b5775e2ca6f7e869c5b0ad7e5b1ecf20c1647705a6662746b2a5805a28255f84f8fe2d0801b956dd82f0064f710" 40 ] 41} 42x-commit-hash: "5f1579db6335744a8e9f39165e7db499cf42d50b"