summaryrefslogtreecommitdiff
blob: 5df39400d6096c399843634269aec22456d4ed00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>common-lisp@gentoo.org</email>
    <name>Gentoo Common Lisp Project</name>
  </maintainer>
  <longdescription>
    rlwrap is a 'readline wrapper' that uses the GNU Readline library to
    allow the editing of keyboard input for any other command. Input
    history is remembered across invocations, separately for each command;
    history completion and search work as in bash and completion word
    lists can be specified on the command line.
  </longdescription>
  <use>
    <flag name="debug">Enable debug</flag>
  </use>
</pkgmetadata>