summaryrefslogtreecommitdiff
blob: 9c22cc6f0d8935cbda17e07f17aeb13e2ff7176e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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>
		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.
		
		&lt;&lt;https://joeyh.name/code/concurrent-output/demo2.gif&gt;&gt;
	</longdescription>
</pkgmetadata>