libtickit-perl 0.73-1build1 source package in Ubuntu

Changelog

libtickit-perl (0.73-1build1) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 13:49:09 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libtickit-perl_0.73.orig.tar.gz 99.0 KiB e9e6cbf09c6d53e8eae838d6305050b6cfdb226b62cd60940e8512b4fcb460b9
libtickit-perl_0.73-1build1.debian.tar.xz 3.7 KiB e9e4a01d8993298ecd47ca100ac57269379708f15720cad180cf78f8760fbe65
libtickit-perl_0.73-1build1.dsc 2.3 KiB 6170b69ea041ef86a02cb4b2077943cce4fa77417f25c7d88ad852ffcf02aafc

Available diffs

View changes file

Binary packages built by this source

libtickit-perl: Terminal Interface Construction KIT

 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.
 .
 Its supported terminal features includes a rich set of rendering attributes
 (bold, underline, italic, 256-colours, etc), support for mouse including
 wheel and position events above the 224th column and arbitrary modified key
 input via libtermkey (all of these will require a supporting terminal as
 well). It also supports having multiple instances and non-blocking or
 asynchronous control.
 .
 At the current version, this is a Perl distribution which contains and XS and
 C implementation of the lower levels (Tickit::Term and Tickit::Pen), and
 implements the higher levels (Tickit::Window and Tickit::Widget) in pure
 perl. The XS parts are supported by libtickit, either from the installed
 library, or using a bundled copy compiled at build time. It is intended that
 eventually the Window layer will be rewritten in XS and C instead.

libtickit-perl-dbgsym: debug symbols for libtickit-perl