summaryrefslogtreecommitdiff
blob: 47fa76d97866a74c0026efbf012fe405fc1c862a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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>
  <upstream>
    <remote-id type="github">hanslub42/rlwrap</remote-id>
  </upstream>
</pkgmetadata>