File: control

package info (click to toggle)
libterm-vt102-perl 0.91-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 272 kB
  • sloc: perl: 2,471; makefile: 15
file content (26 lines) | stat: -rw-r--r-- 1,201 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
25
26
Source: libterm-vt102-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Standards-Version: 4.1.5
Homepage: https://metacpan.org/release/Term-VT102
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libterm-vt102-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libterm-vt102-perl
Testsuite: autopkgtest-pkg-perl

Package: libterm-vt102-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: module to emulate a DEC VT102 terminal
 The Term::VT102 class provides emulation of most of the functions of a DEC
 VT102 terminal. Once initialised, data passed to a VT102 object is processed
 and the in-memory "screen" modified accordingly. This "screen" can be
 interrogated by the external program in a variety of ways.
 .
 This allows your program to interface with full-screen console programs by
 running them in a subprocess and passing their output to a VT102 class. You
 can then see what the application has written on the screen by querying the
 class appropriately.