summaryrefslogtreecommitdiff
blob: 3b1478d3dff6a02dca11f88e8f786ab19d718629 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<maintainer>
		<email>haskell@gentoo.org</email>
	</maintainer>
	<longdescription>
		Support code for reading and manipulating hashed file storage
		(where each file and directory is associated with a
		cryptographic hash, for corruption-resistant storage and fast
		comparisons).
		
		The supported storage formats include darcs hashed pristine, a
		plain filesystem tree and an indexed plain tree (where the index
		maintains hashes of the plain files and directories).
	</longdescription>
</pkgmetadata>