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.
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 | |
Conflicts |
|
Source [http] | https://github.com/mirage/ocaml-dns/releases/download/v6.1.2/dns-v6.1.2.tbz sha256=b50a96988282ecc261f39d2307be4f0c1aead38cb0e1b3763cc4e8a00f9df91e sha512=33e668cb5d7d542e3f164f5f4c2ad1ff454ed4806428f3a57706cc5728ca91d66683a7c8f82aa9e319dba58a91605bd1443bdcc17621313a431bba54a664e803 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/dns/dns.6.1.2/opam |
Required by
- dns-certify=6.1.2
- dns-cli=6.1.2
- dns-client=6.1.2
- dns-mirage=6.1.2
- dns-resolver=6.1.2
- dns-server=6.1.2
- dns-stub=6.1.2
- dns-tsig=6.1.2
- git-mirage=3.6.0
- letsencrypt<0.3.0
- letsencrypt-dns<1.0.0
- miouwith-test
- uspf
Optionally used by
- conduit>=0.6.0 & <0.8.5