BSD-3-Clause licensed by Matthew Elder
Maintained by Jeremy Shaw
This version can be pinned in stack with:sendfile-0.7.10@sha256:ed604a8b71019d223e35ad2ff4d819a3f4c6c5fb35fc95942c9028e721656422,2352

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).