blob: d91858782b121dcf0ad9c29642b25430b5cd10fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>haskell</herd>
<longdescription>
This package integrates the builders from the blaze-builder package with
the enumerator package. It provides infrastructure and enumeratees for
incrementally executing builders and pass the filled chunks to a bytestring
iteratee.
</longdescription>
<use>
<flag name="newbuilder">use bytestring-builder instead of blaze-builder-0.3</flag>
</use>
<upstream>
<remote-id type="github">meiersi/blaze-builder-enumerator</remote-id>
</upstream>
</pkgmetadata>
|