summaryrefslogtreecommitdiff
path: root/dev-haskell/hashable/metadata.xml
blob: 5be219a30b88fd9dc9b0cf02a1f4f4117f993fd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<use>
		<flag name="random-initial-seed">
		Randomly initialize the seed on every executable invocation. This
		is not a security feature and is intended only for testing (it
		can affect legitimate use cases).
		</flag>
	</use>
	<longdescription>
		This package defines a class, 'Hashable', for types that
		can be converted to a hash value.  This class
		exists for the benefit of hashing-based data
		structures.  The package provides instances for
		basic types and a way to combine hash values.
	</longdescription>
	<upstream>
		<remote-id type="github">tibbe/hashable</remote-id>
	</upstream>
</pkgmetadata>