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

Changelog

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

  * Team upload.
  * Import upstream version 0.33.
  * Update years of upstream copyright.
  * Make (test) dependency on libobject-pad-perl versioned.
  * Declare compliance with Debian Policy 4.6.0.

 -- gregor herrmann <email address hidden>  Sat, 23 Oct 2021 20:05:32 +0200

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtickit-widgets-perl_0.33-1.dsc 2.7 KiB b82870b0c45658717f9d6ef2938b2e09184a4e5abbd384617bb194f954c29ed1
libtickit-widgets-perl_0.33.orig.tar.gz 89.1 KiB e1cd810655cec63cd8b25c4490339c5fa0662b5a6837b9d966c10cf4e9538b13
libtickit-widgets-perl_0.33-1.debian.tar.xz 2.4 KiB 20903c4c817689cd2b3e3972f72ac685784089867dbed02bfc2c39f924ec02b0

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.