NOTICE: This package has been removed from pkgsrc

./wip/hs-mmap4, Memory mapped files for POSIX and Windows (Old version)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.4.1, Package name: hs-mmap4-0.4.1, Maintainer: pho

This library provides a wrapper to mmap(2) or MapViewOfFile, allowing
files or devices to be lazily loaded into memory as strict or lazy
ByteStrings, ForeignPtrs or plain Ptrs, using the virtual memory
subsystem to do on-demand loading. Modifications are also supported.


Required to run:
[wip/ghc]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 5bfe85d60fea89e85c797687fd08493305563dbe
RMD160: abe23a765ce8835a64429ac265f1bb31e66b9457
Filesize: 5.816 KB

Version history: (Expand)


CVS history: (Expand)


   2014-08-29 16:10:14 by Ryosuke Moro | Files touched by this commit (101)
Log message:
make it clear what package depend on

discussed with wiz@.
   2009-12-12 16:06:34 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-mmap4-0.4.1 as wip/hs-mmap4.

This library provides a wrapper to mmap(2) or MapViewOfFile, allowing
files or devices to be lazily loaded into memory as strict or lazy
ByteStrings, ForeignPtrs or plain Ptrs, using the virtual memory
subsystem to do on-demand loading. Modifications are also supported.