aboutsummaryrefslogtreecommitdiff
path: root/libraries/libast/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2014-09-20 16:28:58 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-09-20 16:28:58 +0700
commitbfc84b9d7984bd395931665761cdbd02654fccf5 (patch)
treebe9f9b96532bb2427b3c136984e6e1a1d1c10c55 /libraries/libast/README
parentb2c9300ab1eb0326b9b92a51138faa7724c0b619 (diff)
downloadslackbuilds-bfc84b9d7984bd395931665761cdbd02654fccf5.tar.xz
libraries/libast: Added (Library of Assorted Spiffy Things).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libast/README')
-rw-r--r--libraries/libast/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/libast/README b/libraries/libast/README
new file mode 100644
index 000000000000..cc28f6968e06
--- /dev/null
+++ b/libraries/libast/README
@@ -0,0 +1,8 @@
+LibAST is the Library of Assorted Spiffy Things. It contains many
+spiffy things, and it is a library. Thus, the ever-so-creative name.
+LibAST has been previously known as libmej, the Eterm helper library
+which nobody really understood and certainly never used. My current
+plan is to gradually remove some of the neat stuff from Eterm that
+could be made generic (things like the theme parsing engine, the
+command-line options parser, perhaps the event engine, ...) and place
+it here in the hopes that others will find them useful.