Use https by default
[gentoo.git] / dev-haskell / bzlib / 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         <longdescription>
6                 This package provides a pure interface for compressing and
7                 decompressing streams of data represented as lazy
8                 &#39;ByteString&#39;s. It uses the bz2 C library so it has high
9                 performance.
10                 
11                 It provides a convenient high level API suitable for most
12                 tasks and for the few cases where more control is needed it
13                 provides access to the full bzip2 feature set.
14         </longdescription>
15 </pkgmetadata>