blob: 7aaf8d10032ec210776d10e2b334984289fa2f56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<description>co-maintainers welcome</description>
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<use>
<flag name="certify">MirageOS let's encrypt certificate retrieval</flag>
<flag name="cli">Unix command line utilities using uDNS</flag>
<flag name="client">DNS resolver API</flag>
<flag name="dnssec">DNSSec support for OCaml-DNS</flag>
<flag name="mirage">An opinionated Domain Name System (DNS) library</flag>
<flag name="resolver">DNS resolver business logic</flag>
<flag name="server">DNS server, primary and secondary</flag>
<flag name="stub">DNS stub resolver</flag>
<flag name="tsig">TSIG support for DNS</flag>
</use>
<longdescription lang="en">µ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](https://hannes.nqsb.io/Posts/DNS) for a more
detailed overview.</longdescription>
<upstream>
<doc>https://mirage.github.io/ocaml-dns/</doc>
<bugs-to>https://github.com/mirage/ocaml-dns/issues</bugs-to>
<remote-id type="github">mirage/ocaml-dns</remote-id>
</upstream>
</pkgmetadata>
|