File: control

package info (click to toggle)
term-readline-gnu 1.03-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 208 kB
  • ctags: 117
  • sloc: perl: 1,145; makefile: 43
file content (19 lines) | stat: -rw-r--r-- 831 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: term-readline-gnu
Section: interpreters
Priority: extra
Maintainer: Ben Gertzfield <che@debian.org>
Standards-Version: 2.4.0.0

Package: libterm-readline-gnu-perl
Architecture: any
Depends: ${shlibs:Depends}, perl (>=5.004.04)
Description: Perl module to use GNU Readline library
 This is an implementation of the interface to the GNU Readline
 Library.  This module gives you input line editing facility,
 input history management facility, word completion facility,
 etc.  It uses the real GNU Readline Library.  And this module
 has the interface with the almost all variables and functions
 which are documented in the GNU Readline/History Library.  So
 you can program your custom editing function, your custom
 completion function, and so on with Perl.  This may be useful
 for prototyping before programming with C.