blob: f242562c4c7ed206273eada019ebb5acb46b891f (
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 "http://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>
|