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/v6.2.2/dns-6.2.2.tbz
sha256=53842446afacb85251a1a4643fa74e185671d0f8eaf3bc0080e85f3aacc9c27f
sha512=6bb12f258114cf89b7fb0ad9bd8be80863e6e9a2d32173143fdada1534898260fddd7b5965122a67eae4cd81c3918e80b0f04a4c20f6d399e01a9a9eefbdc2b9
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/dns/dns.6.2.2/opam
Required by
Optionally used by