package dns-mirage
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
An opinionated Domain Name System (DNS) library
Install
dune-project
Dependency
Authors
Maintainers
Sources
dns-10.2.5.tbz
sha256=23af091a6e4c13322b7f9094577e6d72dfcd5e23c4ec00fa3520edb4ff9f5fef
sha512=36b2e4eef2fd9f27bdafba10a86b078cb37e4cd461b363a57b71ca9bd7493ec2388cd9e44c374f1c2a65b73e0dd16c959aed7bd0f91151b3027737b44d4c9332
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: 21 Apr 2026
Dependencies (7)
Dev Dependencies
None
Used by (4)
-
dns-certify
>= "10.2.5" -
dns-resolver
>= "10.2.5" -
dns-server
>= "10.2.5" -
dns-stub
>= "10.2.5"
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page