NOTICE: This package has been removed from pkgsrc

./wip/hs-mmap, Memory mapped files for POSIX and Windows

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


Branch: CURRENT, Version: 0.5.9, Package name: hs-mmap-0.5.9, 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: 924849e409a5ce98bf2f1c4642958eb260273fc7
RMD160: 3d21d109d94ecb2aaf382176e144cc470b6fbd17
Filesize: 11.456 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@.
   2013-12-04 10:57:39 by PHO / phonohawk | Files touched by this commit (3) | Package updated
Log message:
Upstream update to mmap-0.5.9

   2012-03-04 08:27:17 by PHO / phonohawk | Files touched by this commit (1) | Package updated
Log message:
Upstream update to mmap-0.5.7

   2011-01-07 10:31:57 by PHO / phonohawk | Files touched by this commit (4) | Package updated
Log message:
Upstream update to mmap-0.5.7

   2010-01-13 03:46:31 by PHO / phonohawk | Files touched by this commit (2)
Log message:
fix breakage for newer GHC

   2009-11-10 08:34:50 by PHO / phonohawk | Files touched by this commit (3) | Package updated
Log message:
Upstream update to mmap-0.5.4

   2009-09-24 07:27:51 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-mmap-0.4.1 as wip/hs-mmap.

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.