libtickit-widgets-perl 0.36-1 source package in Ubuntu

Changelog

libtickit-widgets-perl (0.36-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.36.
  * Bump test and runtime dependency on libobject-pad-perl to >= 0.75.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Sat, 17 Dec 2022 18:14:55 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtickit-widgets-perl_0.36-1.dsc 2.7 KiB 70b866c13f8bac06f09b267232749d836bf03352ff945562cfbc061d7785a7e1
libtickit-widgets-perl_0.36.orig.tar.gz 89.4 KiB cfef79f94991304ce3b58d37cd6fd44722d484c6af4fdb1b03e75260116c14a5
libtickit-widgets-perl_0.36-1.debian.tar.xz 2.5 KiB 33a67565f11667aee32578c46b5ff6793c4cb98a4198408b387d87ad5b6b8d70

Available diffs

No changes file available.

Binary packages built by this source

libtickit-widgets-perl: 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.