You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-haskell/parsers/metadata.xml

20 lines
860 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?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 &#39;Text.Parser.Combinators.Parsing&#39; in &quot;Text.Parser.Combinators.Parsing&quot; you
get access to a large number of canned definitions. Instances exist for the parsers provided by @parsec@,
@attoparsec@ and bases &quot;Text.Read&quot;.
</longdescription>
</pkgmetadata>