package dns

  1. Overview
  2. Docs

Description

This is a pure OCaml implementation of the DNS protocol. It is intended to be a reasonably high-performance implementation, but clarity is preferred rather than low-level performance hacks.

Tags

org:mirage org:xapi-project

Published: 02 Jul 2015

Dependencies (13)

  1. ocamlbuild build
  2. mirage-profile
  3. ounit
  4. base64 >= "2.0.0" & < "3.0.0"
  5. uri >= "1.7.0" & < "1.9.4"
  6. ipaddr >= "2.6.0" & < "2.8.0"
  7. cmdliner
  8. re
  9. ocamlfind
  10. cstruct >= "1.0.1" & < "2.0.0"
  11. lwt >= "2.4.3" & < "3.0.0"
  12. base-bytes
  13. ocaml >= "4.00.0" & < "5.0"

Dev Dependencies (1)

  1. pcap-format with-test

Used by (10)

  1. dns-async = "1.1.1"
  2. dns-forward
  3. dnssd
  4. imaplet-lwt >= "0.1.12" & < "0.1.14"
  5. letsencrypt < "0.3.0"
  6. letsencrypt-dns
  7. libres3 >= "0.3"
  8. miou
  9. mirage-dns < "2.6.0"
  10. vpnkit < "0.1.1"

Conflicts (2)

  1. async < "112.24.00"
  2. mirage-types < "1.2.0" | > "3.0.0"