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 42 43 44 45 46 47 48
|
Source: libtickit-widgets-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 (>= 10),
libmodule-build-perl
Build-Depends-Indep: libparser-mgc-perl,
libstruct-dumb-perl,
libtest-identity-perl,
libtest-refcount-perl,
libtest-pod-perl,
libtest-fatal-perl,
libtickit-perl,
perl,
perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33)
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtickit-widgets-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtickit-widgets-perl.git
Homepage: https://metacpan.org/release/Tickit-Widgets
Package: libtickit-widgets-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libparser-mgc-perl,
libstruct-dumb-perl,
libtickit-perl,
perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33)
Description: collection of Tickit::Widget implementations
This class acts as an abstract base class for on-screen widget objects. It
provides the lower-level machinery required by most or all widget types.
.
Objects cannot be directly constructed in this class. Instead, a subclass of
this class which provides a suitable implementation of the render_to_rb and
other provided methods is derived. Instances in that class are then
constructed.
.
The core Tickit distribution only contains a couple of simple widget classes.
Many more widget types are available on CPAN. Almost certainly for any
widget-based program you will want to at least install the Tickit::Widgets
distribution, which provides many of the basic UI types of widget.
.
Tickit is a high-level toolkit for creating full-screen terminal-based
interactive programs. It allows programs to be written in an abstracted way,
working with a tree of widget objects, to represent the layout of the
interface and implement its behaviours.
|