File: control

package info (click to toggle)
libterm-readkey-perl 2.21-1.3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 160 kB
  • ctags: 124
  • sloc: perl: 1,209; makefile: 58
file content (18 lines) | stat: -rw-r--r-- 803 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: libterm-readkey-perl
Section: interpreters
Priority: optional
Build-Depends: debhelper (>= 3.0.5), perl (>= 5.8.0-3)
Maintainer: Joerg Jaspert <joerg@debian.org>
Standards-Version: 3.5.1

Package: libterm-readkey-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}
Replaces: adbbs
Description:  A perl module for simple terminal control
 Term::ReadKey is a compiled perl module dedicated to providing simple
 control over terminal driver modes (cbreak, raw, cooked, etc.,) support for
 non-blocking reads, if the architecture allows, and some generalized handy
 functions for working with terminals. One of the main goals is to have the
 functions as portable as possible, so you can just plug in "use
 Term::ReadKey" on any architecture and have a good likelyhood of it working.