blob: e47db7bbc7803f6a608f35e6c688e2a7fb281423 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<name>Gavin D. Howard</name>
<email>gavin@gavinhoward.com</email>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<upstream>
<bugs-to>https://gitlab.matrix.org/matrix-org/olm</bugs-to>
<remote-id type="gitlab">matrix-org/olm</remote-id>
</upstream>
<longdescription lang="en">
Official, audited implementation of the olm and megolm cryptographic
ratchets in C++ for the Matrix protocol
</longdescription>
</pkgmetadata>
|