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: 30 Mar 2015

Dependencies (11)

  1. ocamlbuild build
  2. ounit
  3. base64 >= "2.0.0" & < "3.0.0"
  4. ipaddr >= "2.2.0" & < "2.8.0"
  5. cmdliner
  6. re
  7. ocamlfind
  8. cstruct >= "1.0.1" & < "1.6.0"
  9. lwt >= "2.4.3" & < "3.0.0"
  10. base-bytes
  11. ocaml >= "4.00.0" & < "5.0"

Dev Dependencies (1)

  1. pcap-format with-test

Conflicts (2)

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