dnsversion

An opinionated Domain Name System (DNS) library

µ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.

AuthorsHannes Mehnert <hannes@mehnert.org> and Reynir Björnsson <reynir@reynir.dk>
LicenseBSD-2-Clause
Published
Homepagehttps://github.com/mirage/ocaml-dns
Issue Trackerhttps://github.com/mirage/ocaml-dns/issues
Maintainerteam AT robur dot coop
Dependencies
Conflicts
Source [http] https://github.com/mirage/ocaml-dns/releases/download/v7.0.2/dns-7.0.2.tbz
sha256=dd0319f5344f227c1d16c35c3b664620593d207bf2c3ce01a9e2352c24bc7227
sha512=e0234087ed906f6a2e61a4d73918b4f46fd276a82dca065f35aa09df462879020976d78a1a8ae77726c2d059bcc6ef500fccfdb1cfa4d3d6f04c43080253d428
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/dns/dns.7.0.2/opam
Optionally used by