blob: 1c0ab210519b6d65150c25d6d472ef68f231b169 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>hanno@gentoo.org</email>
</maintainer>
<maintainer type="person">
<email>conikost@gentoo.org</email>
<name>Conrad Kostecki</name>
</maintainer>
<longdescription>
This is a python port of libsignal-protocol-java.
It's a ratcheting forward secrecy protocol that works
in synchronous and asynchronous messaging environments.
Originally written by Moxie Marlinspike.
</longdescription>
<upstream>
<bugs-to>https://github.com/tgalal/python-axolotl/issues</bugs-to>
<remote-id type="github">tgalal/python-axolotl</remote-id>
</upstream>
</pkgmetadata>
|