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.4.tbz
sha256=d852d15ca2f58db573679bf18688745600b91296e2e54486609869d666f3d12f
sha512=09d3b1cf76bccbff1a0c042922a3e9d6fa3605770d3d9d9aab3462f32d9156c87f6468b531f27dbcc1ce9030c1bd5f3c81c051f5f6a7ee7d802c1fddf1848058
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 Feb 2026
Dependencies (7)
Dev Dependencies
None
Used by (4)
-
dns-certify
>= "10.2.4" -
dns-resolver
>= "10.2.4" -
dns-server
>= "10.2.4" -
dns-stub
>= "10.2.4"
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page