12 lines
429 B
XML
12 lines
429 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||
|
<pkgmetadata>
|
||
|
<herd>haskell</herd>
|
||
|
<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>
|