package dns

  1. Overview
  2. Docs
An opinionated Domain Name System (DNS) library

Install

Authors

Maintainers

Sources

dns-7.0.3.tbz
sha256=36afa54678979acb27a8760d3bc361e9970da7b12110f373685f7400002e16c4
sha512=71e1f6a4f7ee334de419dda2d9ef23efd2ac1a9a27194d99952a3f9f03025adcb113f8ca1de0ae41e44fa4201ff92dc77134a772356167edd70a199e2df16149

Description

µDNS supports most of the domain name system used in the wild. It adheres to strict conventions. Failing early and hard. It is mostly implemented in the pure fragment of OCaml (no mutation, isolated IO, no exceptions).

Legacy resource record types are not dealt with, and there is no plan to support ISDN, MAILA, MAILB, WKS, MB, NULL, HINFO, ... . AXFR is only handled via TCP connections. The only resource class supported is IN (the Internet). Truncated hmac in TSIG are not supported (always the full length of the hash algorithm is used).

Please read the blog article for a more detailed overview.

Published: 16 Jun 2023

Dependencies (13)

  1. base64 >= "3.3.0"
  2. metrics
  3. duration >= "0.1.2"
  4. lru >= "0.3.0"
  5. ipaddr >= "5.2.0"
  6. cstruct >= "6.0.0"
  7. gmap >= "0.3.0"
  8. domain-name >= "0.4.0"
  9. fmt >= "0.8.8"
  10. ptime
  11. logs
  12. ocaml >= "4.08.0"
  13. dune >= "2.0.0"

Dev Dependencies (1)

  1. alcotest with-test

Used by (15)

  1. dns-certify >= "7.0.3"
  2. dns-cli >= "7.0.3"
  3. dns-client >= "7.0.3"
  4. dns-client-lwt >= "7.0.3"
  5. dns-mirage >= "7.0.3"
  6. dns-resolver >= "7.0.3"
  7. dns-server >= "7.0.3"
  8. dns-stub >= "7.0.3"
  9. dns-tsig >= "7.0.3"
  10. dnssec >= "7.0.3"
  11. git-mirage >= "3.6.0"
  12. letsencrypt < "0.3.0"
  13. letsencrypt-dns
  14. miou
  15. uspf

Conflicts (1)

  1. result < "1.5"