libtickit-perl 0.72-1build1 source package in Ubuntu

Changelog

libtickit-perl (0.72-1build1) lunar; urgency=medium

  * Rebuild against new perlapi-5.36.

 -- Gianfranco Costamagna <email address hidden>  Fri, 04 Nov 2022 12:13:34 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
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.72.orig.tar.gz 121.9 KiB a4e0f59d5b5540c77a6cff4e640d18752d654aa109ac97923a4a36e58b68f5b4
libtickit-perl_0.72-1build1.debian.tar.xz 3.7 KiB 0d8f44e7facc60952d56e0fa6e3228094880d7db58469b3270fa9b35ef71af2c
libtickit-perl_0.72-1build1.dsc 2.3 KiB b1ee76110f10a01217ed3ba95f8b3432d86f761a0f8cb4b9b1034ed7bfb93ce1

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