summaryrefslogtreecommitdiff
blob: 849c63abc8501ed795c4bc8e47150acb7e54af27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<longdescription>
		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.
		
		Currently supported platforms: Windows 2000+ (Native), Linux 2.6+ (Native), FreeBSD (Native), OS-X 10.5+ (Native), Everything else (Portable Haskell code).
	</longdescription>
	<use>
		<flag name="portable">Explicitly enable portable sendfile support (implemented in Haskell)</flag>
	</use>
</pkgmetadata>