libtickit-perl 0.73-1build2 source package in Ubuntu

Changelog

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

  * No-change rebuild for perlapi5.38t64.

 -- Matthias Klose <email address hidden>  Sat, 02 Mar 2024 15:53:44 +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-1build2.debian.tar.xz 3.7 KiB 61d633628ec59cd7ad6655769ef83a315e71b0647e0c00d1a867ea5b3b3be1e0
libtickit-perl_0.73-1build2.dsc 2.3 KiB 50e3fcf2f5184742585103d803768924b726b5f5a6a8b7469251cb188ced7d6a

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