File: control

package info (click to toggle)
libterm-readline-perl-perl 1.0203-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 164 kB
  • ctags: 52
  • sloc: perl: 2,628; makefile: 48
file content (17 lines) | stat: -rw-r--r-- 670 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: libterm-readline-perl-perl
Section: interpreters
Priority: optional
Build-Depends-Indep: debhelper (>= 4.0.2), perl (>= 5.6.0-17)
Maintainer: Joerg Jaspert <joerg@debian.org>
Standards-Version: 3.5.6

Package: libterm-readline-perl-perl
Architecture: all
Depends: libterm-readkey-perl, ${perl:Depends}
Description: Perl implementation of Readline libraries
 This is a quick implementation of the minimal interface to Readline
 libraries. The implementation is made in Perl (mostly) by Jeffrey
 Friedl. The only thing this library does is to make it conformant (and
 add some minimal changes, like using Term::ReadKey if present, and
 correct work under xterm).