blob: 6d0fbcbcbe97f48f0d11535bfac09a63f4c4ad15 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>haskell</herd>
<longdescription>
Cross platform library for the sendfile system call.
This library tries to call minimum system calls which
are the bottleneck of web servers.
</longdescription>
<use>
<flag name="allow-bsd">Allow use of BSD sendfile (disable on
GNU/kFreeBSD)</flag>
</use>
</pkgmetadata>
|