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.3/dns-7.0.3.tbz
sha256=36afa54678979acb27a8760d3bc361e9970da7b12110f373685f7400002e16c4
sha512=71e1f6a4f7ee334de419dda2d9ef23efd2ac1a9a27194d99952a3f9f03025adcb113f8ca1de0ae41e44fa4201ff92dc77134a772356167edd70a199e2df16149
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/dns/dns.7.0.3/opam
Required by
Optionally used by