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

Changelog

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

  * Team upload.
  * Import upstream version 0.35.
  * Bump versioned (build) dependency on libobject-pad-perl.
  * Update years of upstream copyright.
  * Declare compliance with Debian Policy 4.6.1.

 -- gregor herrmann <email address hidden>  Sun, 10 Jul 2022 16:41:35 +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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtickit-widgets-perl_0.35-1.dsc 2.7 KiB b9718eb80cf3d1647a19026883bbf6a53489a312a4ba4330e14107376ceccc64
libtickit-widgets-perl_0.35.orig.tar.gz 89.6 KiB 973477855bc653a39c81c4e8fc9ca59fe8d9677c720a34136dcde9eb1ee1acbd
libtickit-widgets-perl_0.35-1.debian.tar.xz 2.5 KiB 2ee34529c239adb36f7fb14006643f0f27a95e62bf08a0a8c927abf828a0072b

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.