summaryrefslogtreecommitdiff
blob: d0d305d67e0191e28b99c206bd9b54f97911da07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer>
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<longdescription>
		
		This library provides a wrapper to mmap(2), allowing files or
		devices to be lazily loaded into memory as strict or lazy
		ByteStrings, using the virtual memory subsystem to do on-demand
		loading.
		
	</longdescription>
</pkgmetadata>