mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
15 lines
593 B
XML
15 lines
593 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>
|
|
This package allows simple reflection of expressions containing variables.
|
|
Reflection here means that a Haskell expression is turned into a string.
|
|
The primary aim of this package is teaching and understanding;
|
|
there are no options for manipulating the reflected expressions beyond showing them.
|
|
</longdescription>
|
|
</pkgmetadata>
|