libtickit-perl 0.73-1build4 source package in Ubuntu

Changelog

libtickit-perl (0.73-1build4) plucky; urgency=medium

  * No-change rebuild for libperl soname.

 -- Matthias Klose <email address hidden>  Sun, 20 Oct 2024 10:22:00 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Plucky
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Plucky release universe misc

Downloads

File Size SHA-256 Checksum
libtickit-perl_0.73.orig.tar.gz 99.0 KiB e9e6cbf09c6d53e8eae838d6305050b6cfdb226b62cd60940e8512b4fcb460b9
libtickit-perl_0.73-1build4.debian.tar.xz 3.8 KiB c8831cb59e9d537da7ecc72984c2c9879fa5d4ad2bfdcbe900e2ebcd98a5a561
libtickit-perl_0.73-1build4.dsc 2.4 KiB e0ed1bf192e29db0201aaf13ae68850e5182b19c4c04e81c735562be1f92e128

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