package dns

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

Install

Authors

Maintainers

Sources

dns-6.3.0.tbz
sha256=dc40237a737d1088b83ec5c26437af9843c3692e316c449b71b07ba458307351
sha512=4716559298ab5c5c47bcb94f3614ea3309033a710469ca2a16e1eda8012b596897a9f26007ed8fb360e6119cf94e88c4ae7e74137863959a4c54aa9983277020

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: 26 Jul 2022

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 >= "1.2.0"

Dev Dependencies (1)

  1. alcotest with-test

Used by (14)

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

Conflicts (1)

  1. result < "1.5"