mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
21 lines
786 B
XML
21 lines
786 B
XML
<?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>
|
|
<longdescription lang="en">An implementation of [HKDF](https://tools.ietf.org/html/rfc5869) using
|
|
[nocrypto](https://github.com/mirleft/ocaml-nocrypto).</longdescription>
|
|
<upstream>
|
|
<doc>https://hannesm.github.io/ocaml-hkdf/doc</doc>
|
|
<bugs-to>https://github.com/hannesm/ocaml-hkdf/issues</bugs-to>
|
|
<remote-id type="github">hannesm/ocaml-hkdf</remote-id>
|
|
<maintainer>
|
|
<name>Hannes Mehnert</name>
|
|
<email>hannes@mehnert.org</email>
|
|
</maintainer>
|
|
</upstream>
|
|
</pkgmetadata>
|