File: control

package info (click to toggle)
libterm-readline-perl-perl 1.0303-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 220 kB
  • sloc: perl: 3,092; makefile: 4
file content (24 lines) | stat: -rw-r--r-- 1,051 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: libterm-readline-perl-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@iki.fi>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libterm-readline-perl-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libterm-readline-perl-perl.git
Homepage: https://metacpan.org/release/Term-ReadLine-Perl

Package: libterm-readline-perl-perl
Architecture: all
Depends: libterm-readkey-perl,
         ${perl:Depends},
         ${misc:Depends}
Description: Perl implementation of Readline libraries
 Term::ReadLine::Perl 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).