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.9"} 16 "tcpip" {>= "7.0.0"} 17 "mirage-time" {>= "3.0.0"} 18 "duration" 19 "emile" {>= "1.1"} 20 "paf" {>= "0.4.0" & < "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" 28url { 29 src: 30 "https://github.com/robur-coop/ocaml-letsencrypt/releases/download/v1.0.0/letsencrypt-1.0.0.tbz" 31 checksum: [ 32 "sha256=928346d7d6a82d8dbc1dbec6cae3ee254cab080139f67daf8db1f8cf4ca41af0" 33 "sha512=bcb394200ac4a9d4bc4ed45cc60d6c6af0827d81b68b79d0fcc5e80700a33eb6792cb3fd76ebb2309fe50a61c4ad71def3f8f10a508d7c50c38a4b30dccba906" 34 ] 35} 36x-commit-hash: "baf1fd86199920eeaa8cb8af4ca08ab296070742" 37x-maintenance-intent: [ "(latest)" ]