mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-ml/*: improve metadata
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1,23 +1,37 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://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>
|
||||
<upstream>
|
||||
<remote-id type="github">mirage/ocaml-dns</remote-id>
|
||||
</upstream>
|
||||
<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>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user