mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-21 14:38:43 +02:00
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
19 lines
876 B
XML
19 lines
876 B
XML
<?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="bench">Build a benchmarking program to test vector-algorithms performance</flag>
|
|
<flag name="boundschecks">Enable bounds checking</flag>
|
|
<flag name="internalchecks">Enable internal consistency checks at the cost of a significant performance penalty.</flag>
|
|
<flag name="properties">Enable the quickcheck tests</flag>
|
|
<flag name="unsafechecks">Enable bounds checking in unsafe operations at the cost of a significant performance penalty.</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="hackage">vector-algorithms</remote-id>
|
|
<remote-id type="github">erikd/vector-algorithms</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|