summaryrefslogtreecommitdiff
blob: 919740b45ac2f3fde90fa20840f6ada2da25a19c (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 "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<longdescription>
		Efficient hashing-based container types.  The containers have been
		optimized for performance critical use, both in terms of large data
		quantities and high speed.
		
		The declared cost of each operation is either worst-case or
		amortized, but remains valid even if structures are shared.
	</longdescription>
	<upstream>
		<remote-id type="github">tibbe/unordered-containers</remote-id>
	</upstream>
</pkgmetadata>