Use https by default
[gentoo.git] / dev-haskell / conduit / 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                 Conduits are an approach to the streaming data problem. It is meant as an alternative to enumerators\/iterators, hoping to address the same issues with different trade-offs based on real-world experience with enumerators. For more information, see &lt;http://www.yesodweb.com/blog/2011/12/conduits&gt;.
7         </longdescription>
8         <use>
9                 <flag name="nohandles">experimental code to use raw system calls in place of handles. Not recommended for general use</flag>
10         </use>
11         <upstream>
12                 <remote-id type="github">snoyberg/conduit</remote-id>
13         </upstream>
14 </pkgmetadata>