summaryrefslogtreecommitdiff
path: root/dev-scheme/scsh-lib/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-scheme/scsh-lib/metadata.xml')
-rw-r--r--dev-scheme/scsh-lib/metadata.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-scheme/scsh-lib/metadata.xml b/dev-scheme/scsh-lib/metadata.xml
new file mode 100644
index 000000000000..22eefaa8cb02
--- /dev/null
+++ b/dev-scheme/scsh-lib/metadata.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="project">
+ <email>scheme@gentoo.org</email>
+ <name>Gentoo Scheme Project</name>
+ </maintainer>
+ <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>
+</pkgmetadata>