Use https by default
[gentoo.git] / dev-libs / libsodium / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <maintainer>
5                 <email>mrueg@gentoo.org</email>
6                 <name>Manuel RĂ¼ger</name>
7         </maintainer>
8         <longdescription>
9                 NaCl (pronounced "salt") is a new easy-to-use high-speed software
10                 library for network communication, encryption, decryption,
11                 signatures, etc. NaCl's goal is to provide all of the core
12                 operations needed to build higher-level cryptographic tools.
13                 Sodium is a portable, cross-compilable, installable,
14                 packageable fork of NaCl, with a compatible API.
15         </longdescription>
16         <use>
17                 <flag name="asm">Enables assembly implementations</flag>
18                 <flag name="urandom">Use /dev/urandom instead of /dev/random</flag>
19         </use>
20         <upstream>
21                 <remote-id type="github">jedisct1/libsodium</remote-id>
22         </upstream>
23 </pkgmetadata>