summaryrefslogtreecommitdiff
path: root/dev-haskell/parsers/metadata.xml
blob: aa88907fe7af88241e95cd605115179af9cc75f4 (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 "https://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="binary">You can disable the use of the `binary` package using `-f-binary`.</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>