File: control

package info (click to toggle)
libterm-clui-perl 1.70-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 312 kB
  • ctags: 308
  • sloc: perl: 2,865; python: 2,096; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,380 bytes parent folder | download
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
27
28
29
30
Source: libterm-clui-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Mathieu Malaterre <malat@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9~)
Build-Depends-Indep: libterm-readkey-perl,
                     libterm-readline-gnu-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libterm-clui-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libterm-clui-perl.git
Homepage: https://metacpan.org/release/Term-Clui
Testsuite: autopkgtest-pkg-perl

Package: libterm-clui-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libterm-readkey-perl,
         libterm-readline-gnu-perl
Description: Perl module offering a Command-Line User Interface
 Term::Clui offers a high-level user interface to give the user of
 command-line applications a consistent "look and feel". Its metaphor for the
 computer is as a human-like conversation-partner, and as each
 question/response is completed it is summarised onto one line, and remains on
 screen, so that the history of the session gradually accumulates on the
 screen and is available for review, or for cut/paste. This user interface can
 therefore be intermixed with standard applications which write to STDOUT or
 STDERR, such as make, pgp, rcs etc.