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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
|
Source: readline5
Section: base
Priority: standard
Maintainer: Matthias Klose <doko@debian.org>
Standards-Version: 3.6.1
Build-Depends: debhelper (>= 4.1), patch, libncurses5-dev, lib64ncurses5-dev [sparc], mawk | awk, texinfo, autotools-dev
Package: libreadline5
Architecture: any
Depends: ${shlibs:Depends}
Section: libs
Priority: standard
Description: GNU readline and history libraries, run-time libraries
The GNU readline library aids in the consistency of user interface
across discrete programs that need to provide a command line
interface.
.
The GNU history library provides a consistent user interface for
recalling lines of previously typed input.
Package: lib64readline5
Architecture: sparc
Depends: ${shlibs:Depends}
Section: libs
Priority: optional
Description: GNU readline and history libraries, run-time libraries (64-bit)
The GNU readline library aids in the consistency of user interface
across discrete programs that need to provide a command line
interface.
.
The GNU history library provides a consistent user interface for
recalling lines of previously typed input.
Package: libreadline5-dev
Architecture: any
Depends: libreadline5 (= ${Source-Version}), libncurses5-dev
Conflicts: libreadline-dev
Provides: libreadline-dev
Section: libdevel
Priority: optional
Description: GNU readline and history libraries, development files
The GNU readline library aids in the consistency of user interface
across discrete programs that need to provide a command line
interface.
.
The GNU history library provides a consistent user interface for
recalling lines of previously typed input.
.
This package contains as well the readline documentation in info format.
Package: lib64readline5-dev
Architecture: sparc
Depends: lib64readline5 (= ${Source-Version}), lib64ncurses5-dev
Provides: lib64readline-dev
Conflicts: lib64readline-dev
Section: libdevel
Priority: optional
Description: GNU readline and history libraries, development files (64-bit)
The GNU readline library aids in the consistency of user interface
across discrete programs that need to provide a command line
interface.
.
The GNU history library provides a consistent user interface for
recalling lines of previously typed input.
Package: libreadline5-dbg
Architecture: any
Depends: libreadline5 (= ${Source-Version})
Conflicts: libreadline-dbg
Provides: libreadline-dbg
Suggests: libreadline5-dev
Section: libdevel
Priority: extra
Description: GNU readline and history libraries, debugging libraries
The GNU readline library aids in the consistency of user interface
across discrete programs that need to provide a command line
interface.
.
The GNU history library provides a consistent user interface for
recalling lines of previously typed input.
Package: rlfe
Architecture: any
Depends: ${shlibs:Depends}
Section: utils
Priority: optional
Description: A front-end using readline to "cook" input lines for other programs
This tool lets you use history and line-editing in any text oriented
tool. This is especially useful with third-party proprietary tools that
cannot be distributed linked against readline. It is not perfect but it
works pretty well.
.
See the cle package for another program of that kind.
|