summaryrefslogtreecommitdiff
blob: f4c9b1ea85a492b5943d73b0377c241c548ff508 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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="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>
	<upstream>
		<remote-id type="hackage">zlib</remote-id>
		<remote-id type="github">haskell/zlib</remote-id>
	</upstream>
</pkgmetadata>