libtickit-perl 0.73-1 source package in Ubuntu

Changelog

libtickit-perl (0.73-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.73.
  * Bump build dependency on libtickit-dev to 0.4.3.
  * Update years of upstream copyright.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Mon, 06 Feb 2023 18:17:18 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
libtickit-perl_0.73-1.dsc 2.6 KiB ef84cf14a3e3d13f175e753e9525a05012205fcdd465cb2ad7b64c51a9347493
libtickit-perl_0.73.orig.tar.gz 99.0 KiB e9e6cbf09c6d53e8eae838d6305050b6cfdb226b62cd60940e8512b4fcb460b9
libtickit-perl_0.73-1.debian.tar.xz 3.6 KiB 3a3fd85d464b7fa3a158953009c2d1a1dd62df98d2e020c14dc8356ea7efe674

No changes file available.

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