diff options
Diffstat (limited to 'devel/hs-bytestring-mmap/pkg-descr')
-rw-r--r-- | devel/hs-bytestring-mmap/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/hs-bytestring-mmap/pkg-descr b/devel/hs-bytestring-mmap/pkg-descr new file mode 100644 index 000000000000..7d209482322b --- /dev/null +++ b/devel/hs-bytestring-mmap/pkg-descr @@ -0,0 +1,5 @@ +This library provides a 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. + +WWW: http://code.haskell.org/~dons/code/bytestring-mmap/ |