File: control

package info (click to toggle)
libtickit-console-perl 0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 164 kB
  • sloc: perl: 771; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,976 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
31
32
33
34
35
36
37
38
39
40
41
Source: libtickit-console-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Andrej Shadura <andrewsh@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libobject-pad-perl (>= 0.800) <!nocheck>,
                     libstring-tagged-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     libtest2-suite-perl (>= 0.000148) <!nocheck>,
                     libtickit-perl <!nocheck>,
                     libtickit-widget-scroller-perl (>= 0.29) <!nocheck>,
                     libtickit-widget-tabbed-perl (>= 0.027) <!nocheck>,
                     libtickit-widgets-perl (>= 0.36) <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtickit-console-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtickit-console-perl.git
Homepage: https://metacpan.org/release/Tickit-Console
Rules-Requires-Root: no

Package: libtickit-console-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libobject-pad-perl (>= 0.800),
         libstring-tagged-perl,
         libtickit-perl,
         libtickit-widget-scroller-perl (>= 0.29),
         libtickit-widget-tabbed-perl (>= 0.027),
         libtickit-widgets-perl (>= 0.36)
Description: module to build full-screen console-style applications
 A Tickit::Console instance is a subclass of Tickit::Widget::VBox intended to
 help building a full-screen console-style application which presents the user
 with one or more scrollable text areas, selectable as tabs on a ribbon, with
 a text entry area at the bottom of the screen for entering commands or other
 data. As a Tickit::Widget subclass it can be added anywhere within a widget
 tree, though normally it would be used as the root widget for a Tickit
 instance.