# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       mmap 0.5.8
revision            3
checksums           rmd160  e460856da6203dde151e45b1224585b89d959d32 \
                    sha256  fed460c4ded1953f027fccf705c7c09bc0a8e94bb14b024391387beb4b5afa9f

license             BSD
platforms           darwin
maintainers         nomaintainer

description         Memory mapped files for POSIX and Windows
long_description    \
    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.