this repo has no description
1opam-version: "2.0" 2synopsis: "ACME implementation in OCaml for MirageOS" 3description: "An ACME client implementation of the ACME protocol (RFC 8555) for OCaml & MirageOS" 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/robur-coop/ocaml-letsencrypt" 9bug-reports: "https://github.com/robur-coop/ocaml-letsencrypt/issues" 10doc: "https://robur-coop.github.io/ocaml-letsencrypt" 11depends: [ 12 "ocaml" {>= "4.13.0"} 13 "dune" {>= "1.2.0"} 14 "letsencrypt" {= version} 15 "http-mirage-client" {>= "0.0.10"} 16 "tcpip" {>= "7.0.0"} 17 "mirage-sleep" {>= "4.0.0"} 18 "duration" 19 "emile" {>= "1.1"} 20 "paf" {>= "0.8.0"} 21] 22build: [ 23 ["dune" "subst"] {dev} 24 ["dune" "build" "-p" name "-j" jobs] 25 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 26] 27dev-repo: "git+https://github.com/robur-coop/ocaml-letsencrypt.git" 28x-maintenance-intent: [ "(latest)" ] 29url { 30 src: 31 "https://github.com/robur-coop/ocaml-letsencrypt/releases/download/v1.1.0/letsencrypt-1.1.0.tbz" 32 checksum: [ 33 "sha256=230e7919f7f21b9b56038f616a8d73f415faa78376f842ae84b2283b01bc10a3" 34 "sha512=a30efac9a4d479d3519e99e8f81c2d824b55552d2a04b89caafe27836a326da1406be0be827619fd60526f65471ee7f0589ee348676e017cf1c857c1f803fafe" 35 ] 36} 37x-commit-hash: "cb7570b637dfefb5b254c4e592be1cb8ac1a0d95"