blob: 76d677038d7a3c992bf1a81d42e68d3d8a991f50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<use>
<flag name="bundled-c-zlib">Use the bundled zlib C sources. Requires pkg-config to be False.
For windows, this is the default.</flag>
<flag name="non-blocking-ffi">The (de)compression calls can sometimes take a long time, which
prevents other Haskell threads running. Enabling this flag
avoids this unfairness, but with greater overall cost.</flag>
</use>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
|