libtickit-perl 0.65-4build2 source package in Ubuntu

Changelog

libtickit-perl (0.65-4build2) focal; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 19:36:04 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
libtickit-perl_0.65.orig.tar.gz 175.5 KiB af50ae096f29261c7df443a7c8f0c75244c0a4c81abcab7dd5bdd8219a404426
libtickit-perl_0.65-4build2.debian.tar.xz 4.2 KiB 9070d4dd91682044bf466915f817e393367f3318689dc1d7bbd979d3b3d5b202
libtickit-perl_0.65-4build2.dsc 2.3 KiB a2e67548556027713b8bf631aa82f64a15a05889310d6708bb85bba8717e2461

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