summaryrefslogtreecommitdiff
blob: 77a9cb2efcc62ecaf82baeb82b72057c60273f2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<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>