mirage / ocaml-dns

OCaml implementation of the DNS protocol
BSD 2-Clause "Simplified" License
105 stars 43 forks source link

dns-client.opam: remove unused lwt dependency for the pure client #272

Closed cfcs closed 3 years ago

cfcs commented 3 years ago

fixes #271, thanks to @copy for reporting.

hannesm commented 3 years ago

indeed, the current opam package layout is to have a single dns-client and sublibraries (dns-client.unix, dns-client.lwt, dns-client.mirage) and all dependencies for all backends are part of dns-client.opam. I can see three ways forward: