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.4.0/dns-6.4.0.tbz
sha256=00472d566bbfd66da13642eab5fade12fde56b20dd7ac5c50415b88d052d6175
sha512=0ddeee4a155852c7ffa619de603e54dabe9ec315b79e4a1cb22a13884f9d3893458f1fa3c7b97f2eda60b29f1bfa401e53d531d8ded1089dcd8497ffa3ad1afb
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/dns/dns.6.4.0/opam
Required by
Optionally used by