yascreen 1.99-1 source package in Ubuntu

Changelog

yascreen (1.99-1) unstable; urgency=medium

  * Update to new upstream release of 1.99

 -- Boian Bonev <email address hidden>  Thu, 09 Nov 2023 22:32:39 +0000

Upload details

Uploaded by:
Boian Bonev
Uploaded to:
Sid
Original maintainer:
Boian Bonev
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
yascreen_1.99-1.dsc 2.1 KiB f73136499cd9aa13b98a0ee6b0be3f7cf808cff4c923393bcee3fe818b111f48
yascreen_1.99.orig.tar.xz 29.4 KiB d7dfccf509cc2bd1e20818ac2a3fa8495b312f78284a24a67642f46404684802
yascreen_1.99.orig.tar.xz.asc 833 bytes f33bd0dbb4e4ea9c8ef26967d20b79f974d4108ca726ff6237a5886bd3770678
yascreen_1.99-1.debian.tar.xz 12.4 KiB c420cc09f7532475d3ebf146438f0a2fc6bb0c79e0c23501fdbd90c6a52d8cf4

Available diffs

No changes file available.

Binary packages built by this source

libyascreen-dev: Yet Another Screen Library (lib(n)curses alternative)

 Development files of Yet Another Screen Library - lib(n)curses alternative
 oriented towards modern terminals.
 .
 Suitable for developing terminal applications or daemons with
 telnet access and terminal support.
 .
 Main features
 .
  * small footprint
  * does not have external dependencies
  * allows both internal and external event loop
  * allows stdin/stdout or external input/output (can work over socket)
  * supports basic set of telnet sequences, making it suitable for built-in
    terminal interfaces for daemons
  * supports a limited set of input keystroke sequences
  * fully unicode compatible (parts of this depend on wcwidth in libc)
  * supports utf8 verification of input
  * relies only on a limited subset of ansi/xterm ESC sequences, making it
    compatible with mostly all modern terminals (inspired by linenoise)
  * there is no curses API and ancient terminal compatibility, hence less bloat
  * clean API with opaque private data, usable from C/C++

libyascreen0: Yet Another Screen Library - development files

 lib(n)curses alternative oriented towards modern terminals.
 .
 Suitable for developing terminal applications or daemons with
 telnet access and terminal support.
 .
 Main features
 .
  * small footprint
  * does not have external dependencies
  * allows both internal and external event loop
  * allows stdin/stdout or external input/output (can work over socket)
  * supports basic set of telnet sequences, making it suitable for built-in
    terminal interfaces for daemons
  * supports a limited set of input keystroke sequences
  * fully unicode compatible (parts of this depend on wcwidth in libc)
  * supports utf8 verification of input
  * relies only on a limited subset of ansi/xterm ESC sequences, making it
    compatible with mostly all modern terminals (inspired by linenoise)
  * there is no curses API and ancient terminal compatibility, hence less bloat
  * clean API with opaque private data, usable from C/C++

libyascreen0-dbgsym: debug symbols for libyascreen0