dev-ml/*: improve metadata

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-26 12:32:34 +02:00
parent 7613b95df7
commit 8ba1e8a9c8
97 changed files with 1522 additions and 652 deletions

View File

@@ -1,19 +1,27 @@
<?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/mirage-crypto</remote-id>
</upstream>
<use>
<flag name="ec">Elliptic Curve Cryptography with primitives taken from Fiat</flag>
<flag name="pk">Simple public-key cryptography for the modern age</flag>
<flag name="rng">A cryptographically secure PRNG</flag>
<flag name="rng-async">Feed the entropy source in an Async-friendly way</flag>
<flag name="rng-mirage">Entropy collection for a cryptographically secure PRNG</flag>
</use>
<maintainer type="person">
<description>co-maintainers welcome</description>
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<use>
<flag name="ec">Elliptic Curve Cryptography with primitives taken from Fiat</flag>
<flag name="pk">Simple public-key cryptography for the modern age</flag>
<flag name="rng">A cryptographically secure PRNG</flag>
<flag name="rng-async">Feed the entropy source in an Async-friendly way</flag>
<flag name="rng-mirage">Entropy collection for a cryptographically secure PRNG</flag>
</use>
<longdescription lang="en">Mirage-crypto provides symmetric ciphers (DES, AES, RC4, ChaCha20/Poly1305), and
hashes (MD5, SHA-1, SHA-2).</longdescription>
<upstream>
<doc>https://mirage.github.io/mirage-crypto/doc</doc>
<bugs-to>https://github.com/mirage/mirage-crypto/issues</bugs-to>
<remote-id type="github">mirage/mirage-crypto</remote-id>
<maintainer>
<name>Hannes Mehnert</name>
<email>hannes@mehnert.org</email>
</maintainer>
</upstream>
</pkgmetadata>