Sam James 48d8f34863
dev-haskell/pretty-show: add github upstream metadata
Signed-off-by: Sam James <sam@gentoo.org>
2023-04-10 23:15:43 +01:00

19 lines
698 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>
We provide a library and an executable for working with derived 'Show'
instances. By using the library, we can parse derived 'Show' instances into a
generic data structure. The @ppsh@ tool uses the library to produce
human-readable versions of 'Show' instances, which can be quite handy for
debugging Haskell programs.
</longdescription>
<upstream>
<remote-id type="github">yav/pretty-show</remote-id>
</upstream>
</pkgmetadata>