Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/hs-mmap4,
Memory mapped files for POSIX and Windows (Old version)
Branch: CURRENT,
Version: 0.4.1,
Package name: hs-mmap4-0.4.1,
Maintainer: phoThis 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)
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
- (2019-12-17) Package deleted from pkgsrc
- (2019-12-15) Package has been reborn
- (2019-12-14) Package deleted from pkgsrc
- (2019-06-25) Package has been reborn
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) |  |
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.
|