summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-mmap/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-mmap/DETAILS')
-rwxr-xr-xhaskell/haskell-mmap/DETAILS16
1 files changed, 16 insertions, 0 deletions
diff --git a/haskell/haskell-mmap/DETAILS b/haskell/haskell-mmap/DETAILS
new file mode 100755
index 0000000000..f197e9cb94
--- /dev/null
+++ b/haskell/haskell-mmap/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=haskell-mmap
+ VERSION=0.5.8
+ SOURCE="mmap-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/mmap/${VERSION}/${SOURCE}
+ SOURCE_HASH=sha512:6c8b526ec9fedba195ce021f86eeb3fa35f7c95b9299d17503ad7d7e91b9485b3d9980e0ccbdc3876ec465ec8aa07cf9d0521c62e2c8a652a36df11b9badffb5
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/mmap-${VERSION}"
+ WEB_SITE="http://hackage.haskell.org/package/mmap"
+ LICENSE[0]=License: BSD3
+ ENTERED=20130303
+ SHORT="memory mapped files for POSIX and Windows"
+cat << EOF
+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.
+EOF