mmap support for strict ByteStrings
Wrapper to mmap(2), allowing files or devices to be lazily loaded
into memory as strict or lazy ByteStrings, using the virtual memory
subsystem to do on-demand loading.

Maintainer: Matthias Kilian <kili@openbsd.org>

WWW: http://code.haskell.org/~dons/code/bytestring-mmap/
