Name: | ghc-mmap |
---|---|
Version: | 0.5.8 |
Release: | 4.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 1448 |
License: | BSD |
RPM: | ghc-mmap-0.5.8-4.el7.aarch64.rpm |
Source RPM: | ghc-mmap-0.5.8-4.el7.src.rpm |
Build Date: | Fri Jul 27 2018 |
Build Host: | ca-buildarm02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://hackage.haskell.org/package/mmap |
Summary: | Memory mapped files library |
Description: | A Haskell 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. |