summaryrefslogtreecommitdiff
blob: 2376935ae6b12393a53975186d0e7157fce4f41c (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>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>