dns-lwt
  1. Overview
  2. Docs

Description

This is an implementation of the DNS protocol and a client and server resolver using the portable Lwt concurrency framework. You can find a Unix version of this library in the dns-lwt-unix opam package, and in theory you could compile this one to JavaScript as well using js_of_ocaml.

Tags

org:mirage org:xapi-project

Published: 01 Feb 2019

Dependencies (5)

  1. dns = version
  2. lwt >= "3.0.0"
  3. mirage-profile >= "0.8.0"
  4. dune
  5. ocaml >= "4.03.0"

Dev Dependencies

None

Used by (3)

  1. dns-lwt-unix < "1.1.3"
  2. mirage-dns >= "3.0.0" & < "3.1.3"
  3. vpnkit >= "0.1.1"

Conflicts

None