package dns-mirage

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

Install

Dune Dependency

Authors

Maintainers

Sources

dns-10.1.0.tbz
sha256=5c6fea514cec39c732e71764643e8fb9588dee038c991c184accbed3b41e37d2
sha512=58f74749cdc7c5d6adb059821dca42d2a20ae05dd989c93afddbd37806c748cb2709a51f2c7880e79d1bf99384639aa40c4a540047cb27da6ed609ca8eeb6eca

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: 24 May 2025

Dependencies (7)

  1. tcpip >= "8.2.0"
  2. lwt >= "4.2.1"
  3. ipaddr >= "5.2.0"
  4. dns = version
  5. cstruct >= "6.0.0"
  6. ocaml >= "4.13.0"
  7. dune >= "2.7.0"

Dev Dependencies

None

Used by (4)

  1. dns-certify >= "10.1.0"
  2. dns-resolver >= "10.1.0"
  3. dns-server >= "10.1.0"
  4. dns-stub >= "10.1.0"

Conflicts

None

OCaml

Innovation. Community. Security.