diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-01-22 20:17:04 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-01-22 20:22:34 +0000 |
commit | 4856b69bd76f19b436f60a7e9a37d59a938d2fbd (patch) | |
tree | dc585e50353d7c2acc4cfb99757b06ba2322829d /dev-haskell/concurrent-output/metadata.xml | |
parent | sys-apps/openrc: version bump (diff) | |
download | gentoo-4856b69bd76f19b436f60a7e9a37d59a938d2fbd.tar.gz gentoo-4856b69bd76f19b436f60a7e9a37d59a938d2fbd.tar.bz2 gentoo-4856b69bd76f19b436f60a7e9a37d59a938d2fbd.zip |
dev-haskell/concurrent-output: new package, a depend of git-annex
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-haskell/concurrent-output/metadata.xml')
-rw-r--r-- | dev-haskell/concurrent-output/metadata.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-haskell/concurrent-output/metadata.xml b/dev-haskell/concurrent-output/metadata.xml new file mode 100644 index 000000000000..146f2b3e5d65 --- /dev/null +++ b/dev-haskell/concurrent-output/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + Provides a simple interface for writing concurrent programs that + need to output a lot of status messages to the console, or display + multiple progress bars for different activities at the same time, + or concurrently run external commands that output to the console. + + Built on top of that is a way of defining multiple output regions, + which are automatically laid out on the screen and can be individually + updated. Can be used for progress displays etc. + + <<https://joeyh.name/code/concurrent-output/demo2.gif>> + </longdescription> +</pkgmetadata> |