package dns

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

Install

Dune Dependency

Authors

Maintainers

Sources

dns-6.4.1.tbz
sha256=a261b47ca6401c673ee04442f1cc8ae3b8de12488166407ed5fcf8ea3e920e7a
sha512=4f761a25f8bdffb866c02ae91d85b248158d478b4905b6cbc107a24ed8f1ce0c58468e34a32ddc74b2c1bca29fddc50c1591e47927bc19c15b85d909d2496317

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: 05 Dec 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 >= "2.0.0"

Dev Dependencies (1)

  1. alcotest with-test

Used by (14)

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

Conflicts (1)

  1. result < "1.5"