gentoo-ebuilds/dev-haskell/wcwidth/metadata.xml
Michael Mair-Keimberger 43027e05f8
dev-haskell/wcwidth: add missing remote-id
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2024-04-17 22:59:33 +02:00

21 lines
657 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>
<use>
<flag name="cli">
Enable command line tool
</flag>
</use>
<longdescription>
Bindings for your system's native wcwidth and a command line tool to examine
the widths assigned by it. The command line tool can compile a width table
to Haskell code that assigns widths to the Char type.
</longdescription>
<upstream>
<remote-id type="github">solidsnack/wcwidth</remote-id>
</upstream>
</pkgmetadata>