diff options
Diffstat (limited to 'net/hs-sendfile/pkg-descr')
-rw-r--r-- | net/hs-sendfile/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/hs-sendfile/pkg-descr b/net/hs-sendfile/pkg-descr new file mode 100644 index 000000000000..6623051aaffa --- /dev/null +++ b/net/hs-sendfile/pkg-descr @@ -0,0 +1,8 @@ +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). + +WWW: http://patch-tag.com/r/mae/sendfile |