dns-mirageversion

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). In a similar vein, wildcard records are not supported, and it is unlikely they'll ever be in this library. 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.

AuthorHannes Mehnert <hannes@mehnert.org>
LicenseBSD-2-Clause
Published
Homepagehttps://github.com/mirage/ocaml-dns
Issue Trackerhttps://github.com/mirage/ocaml-dns/issues
Maintainerteam AT robur dot coop
Dependencies
Source [http] https://github.com/mirage/ocaml-dns/releases/download/v4.3.0/dns-v4.3.0.tbz
sha256=9bb790fefaeb5b1b40c5a26ba4a0aefb657ab4067618c338b1364a14e7a8a01f
sha512=d7bb292526dedf20983bc5747db0458041fabd27cbabdcb77e3957d578048469fee7590d896f3dae54c6435eacf05dd019964df2c72bb1fac37184462a6d7fce
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/dns-mirage/dns-mirage.4.3.0/opam
Required by