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

Changelog

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

  * Team upload.
  * Import upstream version 0.39.
  * Bump versioned test and runtime dependency on libobject-pad-perl.

 -- gregor herrmann <email address hidden>  Tue, 02 Jan 2024 18:37:04 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtickit-widgets-perl_0.39-1.dsc 2.7 KiB b4b79443752f9d44114b5ac98a18c40a4aca865cf68fe466ca1352389184b5cc
libtickit-widgets-perl_0.39.orig.tar.gz 92.3 KiB a6b5f89e39c7171b5b8b0a9bbe62292704d914ccc52a6c13038f278fd159f893
libtickit-widgets-perl_0.39-1.debian.tar.xz 2.5 KiB 83e2b747557d631511ad90d4cbdbb10b17abcd6806dfee1519ada2374c2915f3

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.