summaryrefslogtreecommitdiff
path: root/dev-haskell/zlib/metadata.xml
blob: 0b43cd2d22cce942034ec083b2c600be3f19d674 (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://srcux.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>srcux</origin>
</pkgmetadata>