mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
16 lines
519 B
XML
16 lines
519 B
XML
<?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>
|
|
<longdescription>
|
|
regex-applicative is a Haskell library for parsing using regular expressions.
|
|
Parsers can be built using Applicative interface.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">UnkindPartition/regex-applicative</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|