Use https by default
[gentoo.git] / dev-haskell / hsopenssl / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <herd>haskell</herd>
5         <use>
6                 <flag name="fast-bignum">Enable fast moving of bignums between OpenSSL and GMP (GHC Only)</flag>
7         </use>
8         <longdescription>
9                 
10                 HsOpenSSL is an OpenSSL binding for Haskell. It can generate RSA
11                 and DSA keys, read and write PEM files, generate message digests,
12                 sign and verify messages, encrypt and decrypt messages. It has
13                 also some capabilities of creating SSL clients and servers.
14                 
15                 Please note that this project has started at the time when there
16                 were no pure-Haskell implementations of TLS. Now there is tls
17                 package (&lt;http://hackage.haskell.org/package/tls&gt;), which looks
18                 pretty saner than HsOpenSSL especially for initialisation and
19                 error handlings. So PHO (the initial author of HsOpenSSL) highly
20                 encourages you to use and improve the tls package instead as long
21                 as possible.
22                 
23         </longdescription>
24         <upstream>
25                 <remote-id type="github">phonohawk/HsOpenSSL</remote-id>
26         </upstream>
27 </pkgmetadata>