blob: edbcc3a88b5e6c1824dba818ef6aa5d943132352 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>haskell</herd>
<longdescription>
Achieves security through AES-CTR encryption and
Skein-MAC-512-256 authentication. Uses Base64
encoding to avoid any issues with characters.
</longdescription>
<upstream>
<remote-id type="github">yesodweb/clientsession</remote-id>
</upstream>
</pkgmetadata>
|