libanyevent-termkey-perl 0.02-4 source package in Ubuntu

Changelog

libanyevent-termkey-perl (0.02-4) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.
  * Declare compliance with Debian Policy 4.5.0.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.
  * Bump debhelper-compat to 13.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata.
  * Remove check for DEB_BUILD_OPTIONS=nocheck from debian/rules.
    debhelper 13 does this for us.

  [ Debian Janitor ]
  * Update standards version to 4.5.1, no changes needed.
  * Update standards version to 4.6.0, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Tue, 06 Dec 2022 22:50:10 +0000

Upload details

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

See full publishing history Publishing

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libanyevent-termkey-perl_0.02-4.dsc 2.2 KiB 389f11eaf92f212523d11dd867785da7c849796402988c001d6c43ffffb1f038
libanyevent-termkey-perl_0.02.orig.tar.gz 13.1 KiB 05f1c0321c15b20200473988358e9277b4643eb462ab3e4870815bb4a003ddda
libanyevent-termkey-perl_0.02-4.debian.tar.xz 2.2 KiB c0b3667df35a93e31d477bedadf181253484da51f04f3545193a3a4d0264bf84

Available diffs

No changes file available.

Binary packages built by this source

libanyevent-termkey-perl: module for terminal key input using libtermkey with AnyEvent

 AnyEvent::TermKey implements an asynchronous perl wrapper around the
 libtermkey library, which provides an abstract way to read keypress events in
 terminal-based programs. It yields structures that describe keys, rather than
 simply returning raw bytes as read from the TTY device.
 .
 It internally uses an instance of Term::TermKey to access the underlying C
 library. For details on general operation, including the representation of
 keypress events as objects, see the documentation on that class.
 .
 Proxy methods exist for normal accessors of Term::TermKey, and the usual
 behaviour of the getkey or other methods is instead replaced by the on_key
 event.