summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2004-10-19 05:22:19 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2004-10-19 05:22:19 +0000
commit3fbecad407abff2f29ba74dfecc1f792d2c33812 (patch)
treec5a5576b3fc215a7a616c59aef6446914fbf0cf7 /dev-lisp/cl-aspectl/metadata.xml
parentstable on ppc64, bug #66359 (diff)
downloadhistorical-3fbecad407abff2f29ba74dfecc1f792d2c33812.tar.gz
historical-3fbecad407abff2f29ba74dfecc1f792d2c33812.tar.bz2
historical-3fbecad407abff2f29ba74dfecc1f792d2c33812.zip
*** empty log message ***
Diffstat (limited to 'dev-lisp/cl-aspectl/metadata.xml')
-rw-r--r--dev-lisp/cl-aspectl/metadata.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-lisp/cl-aspectl/metadata.xml b/dev-lisp/cl-aspectl/metadata.xml
new file mode 100644
index 000000000000..2376935ae6b1
--- /dev/null
+++ b/dev-lisp/cl-aspectl/metadata.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>common-lisp</herd>
+<longdescription>
+Linedit is a readline-style library written in Common Lisp that
+provides customizable line-editing features, licensed under a
+MIT-style license.
+
+Linedit uses UFFI for foreign bindings, so it is a least theoretically
+portable, though REPL-wrapping is currently SBCL specific. Features
+
+ * single-line text reader
+ * multi-line form reader
+ * completions on packages and symbols in current image
+ * completions on directories and filenames
+ * apropos-word and describe-word
+ * unlimited undo
+ * unlimited kill-ring
+ * unlimited history
+ * multiple histories
+ * use in REPL on SBCL
+ * paging
+ * fully customizable in CL
+</longdescription>
+</pkgmetadata>