ocaml-dns
ocaml-dns copied to clipboard
create 4.0 async resolver
For the client, this requires an Async implementation of Uflow (see lwt/*.ml
) which looks straightforward
see #159
what is needed is a Dns_client.S implementation (see client/dns_client.mli) -- there are unix (unix/client/dns_client_unix.ml), lwt (lwt/client/dns_client_lwt.ml) and mirage (mirage/client/dns_client_mirage.ml) implementation around already.