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: 23 Feb 2017

Dependencies (15)

  1. duration
  2. hashcons
  3. mirage-profile
  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. ppx_tools
  10. ppx_cstruct
  11. cstruct >= "2.0.0" & < "3.0.0"
  12. lwt >= "2.4.7" & < "3.0.0"
  13. base-bytes
  14. ocamlfind build
  15. ocaml >= "4.02.0" & < "5.0"

Dev Dependencies (2)

  1. pcap-format with-test
  2. ounit with-test

Conflicts (3)

  1. mirage-kv-lwt >= "2.0.0"
  2. async < "112.24.00"
  3. mirage-types-lwt < "3.0.0"