summaryrefslogtreecommitdiff
blob: 4d584e01ce4bd008efc72f81c4a3241ede13d441 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<longdescription>
		A Template Haskell deriver for unboxed vectors, given a pair of coercion
		functions to and from some existing type with an Unbox instance.
		
		Refer to "Data.Vector.Unboxed.Deriving" for documentation and examples.
	</longdescription>
</pkgmetadata>