summaryrefslogtreecommitdiff
blob: 6b82e4519c9dbfea9b49708438ca1fe01b1554da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>scheme</herd>
<longdescription>
Scsh has two main components: a process notation for running programs
and setting up pipelines and redirections, and a complete syscall
library for low-level access to the operating system, i.e. to POSIX,
the least common denominator of more or less all Unices, plus widely
supported extensions such as symbolic links and BSD sockets. 

Moreover, scsh provides an awk facility for pattern-directed
computation over streams of records, a rich facility for matching
regular-expression patterns in strings, event-based interrupt
handling, user-level threads, a futuristic module system, and an
interactive environment. 

Scsh comes with extensive documentation describing these and other
features.
</longdescription>
<!--
<use>
  <flag name='scsh'>Use a non-FHS directory layout</flag>
</use>
-->
</pkgmetadata>