gentoo-ebuilds/dev-haskell/zlib/metadata.xml
hololeap f13e0d8a84
dev-haskell/zlib: add github, hackage upstream metadata
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
2023-11-19 18:32:30 +00:00

19 lines
740 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="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>