summaryrefslogtreecommitdiff
blob: 5cee889aaa7e5de00c3927b1647eb8b8e977892c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<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>