18 lines
597 B
XML
18 lines
597 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>haskell</herd>
|
|
<longdescription>
|
|
The shellisg package provides a single module for convenient
|
|
\"systems\" programming in Haskell, similar in spirit to POSIX
|
|
shells or PERL.
|
|
|
|
* Elegance and safety is sacrificed for conciseness and
|
|
swiss-army-knife-ness.
|
|
|
|
* The interface exported by Shellish is thread-safe.
|
|
|
|
Overall, the module should help you to get a job done quickly,
|
|
without getting too dirty.
|
|
</longdescription>
|
|
</pkgmetadata>
|