mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
dev-ml/*: improve metadata
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1,12 +1,25 @@
|
||||
<?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">mirleft/ocaml-x509</remote-id>
|
||||
</upstream>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">X.509 is a public key infrastructure used mostly on the Internet. It consists
|
||||
of certificates which include public keys and identifiers, signed by an
|
||||
authority. Authorities must be exchanged over a second channel to establish the
|
||||
trust relationship. This library implements most parts of RFC5280 and RFC6125.
|
||||
The Public Key Cryptography Standards (PKCS) defines encoding and decoding
|
||||
(in ASN.1 DER and PEM format), which is also implemented by this library -
|
||||
namely PKCS 1, PKCS 5, PKCS 7, PKCS 8, PKCS 9, PKCS 10, and PKCS 12.</longdescription>
|
||||
<upstream>
|
||||
<doc>https://mirleft.github.io/ocaml-x509/doc</doc>
|
||||
<bugs-to>https://github.com/mirleft/ocaml-x509/issues</bugs-to>
|
||||
<remote-id type="github">mirleft/ocaml-x509</remote-id>
|
||||
<maintainer>
|
||||
<name>Hannes Mehnert</name>
|
||||
<email>hannes@mehnert.org</email>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user