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

Changelog

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

  * Team upload.
  * Import upstream version 0.38.
  * Bump versioned (test) dependency on libobject-pad-perl.

 -- gregor herrmann <email address hidden>  Sun, 17 Dec 2023 18:46:32 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtickit-widgets-perl_0.38-1.dsc 2.7 KiB 634ec900954d574a4552d206be6ddabca0f3d6874ae01b2170a7784ff2885061
libtickit-widgets-perl_0.38.orig.tar.gz 91.9 KiB 898b117ba545fdf4517c046cabe2c7c2785bf408f3a5772c8635140a8c3fde37
libtickit-widgets-perl_0.38-1.debian.tar.xz 2.5 KiB 6237f19c0aecfcba864921433648f724030d08da24ed79c4974cd5fd7b441ae4

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.