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). 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.
Author | Hannes Mehnert <hannes@mehnert.org> |
---|---|
License | BSD-2-Clause |
Published | |
Homepage | https://github.com/mirage/ocaml-dns |
Issue Tracker | https://github.com/mirage/ocaml-dns/issues |
Maintainer | team AT robur dot coop |
Dependencies | |
Source [http] | https://github.com/mirage/ocaml-dns/releases/download/v6.4.1/dns-6.4.1.tbz sha256=a261b47ca6401c673ee04442f1cc8ae3b8de12488166407ed5fcf8ea3e920e7a sha512=4f761a25f8bdffb866c02ae91d85b248158d478b4905b6cbc107a24ed8f1ce0c58468e34a32ddc74b2c1bca29fddc50c1591e47927bc19c15b85d909d2496317 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/dns-mirage/dns-mirage.6.4.1/opam |
Required by
- dns-certify=6.4.1
- dns-resolver=6.4.1
- dns-server=6.4.1
- dns-stub=6.4.1