summaryrefslogtreecommitdiff
blob: d6079ee99c4cd49111bc074b3cf6414e8aa2e76d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<longdescription>
		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.
	</longdescription>
</pkgmetadata>