blob: 1e3628db1300e6718dd6226d4afcb65d3776db5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<use>
<flag name="gmp">Link against the GMP library for the ultimate performance of
`zipBits`, `invertBits` and `countBits`. Users are strongly encouraged
to enable this flag whenever possible.</flag>
</use>
<origin>gentoo-staging</origin>
</pkgmetadata>
|