summaryrefslogtreecommitdiff
path: root/dev-haskell/wcwidth/metadata.xml
blob: 94b46315f716adbb55063dc5d6aab0557ad7b155 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/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>
  <origin>srcux</origin>
</pkgmetadata>