package dns

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dns-v4.6.3.tbz
sha256=be69bc317369409fc4dfbab1120ced7510313888105a4d13071b962a07e1fd3c
sha512=32082237c7ae922edc63822fe0f6447fb83b9fb40546a196cda4904078b4129e601b4413c95b7c51e012f27c654324e18619ab8aed53969ff07fded13378c2c6

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: 11 Jan 2021

Dependencies (14)

  1. metrics
  2. duration >= "0.1.2"
  3. lru >= "0.3.0"
  4. ipaddr >= "3.0.0"
  5. cstruct >= "3.2.0" & < "6.1.0"
  6. gmap >= "0.3.0"
  7. domain-name >= "0.3.0"
  8. ptime
  9. logs
  10. fmt
  11. astring
  12. rresult
  13. ocaml >= "4.07.0" & < "5.0"
  14. dune >= "1.2.0"

Dev Dependencies (1)

  1. alcotest with-test

Used by (3)

  1. dns-client = "4.6.3"
  2. letsencrypt-dns < "1.0.0"
  3. miou

Conflicts

None