this repo has no description
1opam-version: "2.0" 2synopsis: "DNS solver for ACME implementation in OCaml" 3description: "A DNS solver for the ACME implementation in 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/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 "logs" 16 "fmt" {>= "0.8.7"} 17 "lwt" {>= "2.6.0"} 18 "dns" {>= "9.0.0"} 19 "dns-tsig" {>= "9.0.0"} 20 "domain-name" {>= "0.2.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)" ]