Use https by default
[gentoo.git] / dev-haskell / sendfile / 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                 A library which exposes zero-copy sendfile functionality in a portable way. If a platform does not support sendfile, a fallback implementation in haskell is provided.
7                 
8                 Currently supported platforms: Windows 2000+ (Native), Linux 2.6+ (Native), FreeBSD (Native), OS-X 10.5+ (Native), Everything else (Portable Haskell code).
9         </longdescription>
10         <use>
11                 <flag name="portable">Explicitly enable portable sendfile support (implemented in Haskell)</flag>
12         </use>
13 </pkgmetadata>