summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Todaro <solpeth@posteo.org>2020-07-29 11:52:51 +1000
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-01 09:00:16 +0100
commit71be0b104c9fa8ce1bb25f0c83258ff5cffe2ca4 (patch)
tree57acb9af11431a1fe2435ef66fbd8cfda17c1ee7 /dev-haskell/wcwidth/metadata.xml
parentdev-haskell/tasty-quickcheck: bump up to 0.10.1.1 (diff)
downloadgentoo-71be0b104c9fa8ce1bb25f0c83258ff5cffe2ca4.tar.gz
gentoo-71be0b104c9fa8ce1bb25f0c83258ff5cffe2ca4.tar.bz2
gentoo-71be0b104c9fa8ce1bb25f0c83258ff5cffe2ca4.zip
dev-haskell/wcwidth: add package
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/wcwidth/metadata.xml')
-rw-r--r--dev-haskell/wcwidth/metadata.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-haskell/wcwidth/metadata.xml b/dev-haskell/wcwidth/metadata.xml
new file mode 100644
index 000000000000..9e3d25033a24
--- /dev/null
+++ b/dev-haskell/wcwidth/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://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>
+</pkgmetadata>