You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-haskell/concurrent-output/metadata.xml

21 lines
828 B

<?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>
<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>