summaryrefslogtreecommitdiff
blob: c4382380d26ba4b6fa0a34796eca9a9d82029eb7 (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 "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<use>
		<flag name="parsec">Enable the use of the `parsec` package</flag>
		<flag name="attoparsec">Enable the use of the `attoparsec` package</flag>
	</use>
	<longdescription>
		This library provides convenient combinators for working with and building parsing combinator libraries.
		
		Given a few simple instances, e.g. for the class 'Text.Parser.Combinators.Parsing' in "Text.Parser.Combinators.Parsing" you
		get access to a large number of canned definitions. Instances exist for the parsers provided by @parsec@,
		@attoparsec@ and base’s "Text.Read".
	</longdescription>
</pkgmetadata>