summaryrefslogtreecommitdiffstats
path: root/libraries/stfl/README
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2011-01-11 22:36:22 -0600
committer Robby Workman <rworkman@slackbuilds.org>2011-01-11 22:36:22 -0600
commit9d3e77a0b46e8d7af5661471f1ef76ab25385dc9 (patch)
tree732f4c2b79d80525f0938c1975240a2487f3f21f /libraries/stfl/README
parentbea5266ea520b0763b848d7e85eabb6ded2786c5 (diff)
downloadslackbuilds-9d3e77a0b46e8d7af5661471f1ef76ab25385dc9.tar.gz
slackbuilds-9d3e77a0b46e8d7af5661471f1ef76ab25385dc9.tar.xz
libraries/stfl: Added (Structured Terminal Forms Language/Library)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/stfl/README')
-rw-r--r--libraries/stfl/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/stfl/README b/libraries/stfl/README
new file mode 100644
index 0000000000..0ba8bb40a3
--- /dev/null
+++ b/libraries/stfl/README
@@ -0,0 +1,7 @@
+The Structured Terminal Forms Language/Library
+
+STFL is a library which implements a curses-based widget set for text
+terminals. The STFL API can be used from C, SPL, Python, Perl and
+Ruby. The public STFL API is only 14 simple function calls big and
+and there are already generic SWIG bindings; thus it is very easy to
+port to additional scripting languages.