package dns

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dns-9.1.0.tbz
sha256=8f3ec95acf14f574219b5440a689eae1acc2a49cb1d8a066f9b23a7ac68f44f0
sha512=7bf2d099919a410f270d157a04a8d2e1c499269cca868e19a80396cdfc84a9b844c353267cf9183f585bb9b975445b8e2d0a6dd64d85b8de19e7752ec495cbe9

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: 23 Oct 2024

Dependencies (13)

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

Dev Dependencies (1)

  1. alcotest with-test

Conflicts (1)

  1. result < "1.5"