termbox 1.1.2+dfsg-3build6 source package in Ubuntu

Changelog

termbox (1.1.2+dfsg-3build6) jammy; urgency=medium

  * No-change rebuild with Python 3.10 only

 -- Graham Inggs <email address hidden>  Wed, 16 Mar 2022 23:24:04 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Jammy
Original maintainer:
Mo Zhou
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
termbox_1.1.2+dfsg.orig.tar.gz 136.1 KiB eef320cf2470b1c9a8abaee68ae6eb9b01283e1f3b94f3886bcf890420e91879
termbox_1.1.2+dfsg-3build6.debian.tar.xz 4.1 KiB 8e7e89de4cd186938ccd6fdb0e5102aefcc98333ff19ea4960bf93a3adf643c3
termbox_1.1.2+dfsg-3build6.dsc 2.0 KiB dee38712d80a7f1843e06c406fb69e48907a5cd93d942595edcdd055e869be8a

View changes file

Binary packages built by this source

libtermbox-dev: No summary available for libtermbox-dev in ubuntu kinetic.

No description available for libtermbox-dev in ubuntu kinetic.

libtermbox1: Library for writing text-based user interfaces (lib)

 Termbox is a library that provides minimalistic API which allows the
 programmer to write text-based user interfaces.
 .
 It is based on a very simple abstraction. The main idea is viewing terminals
 as a table of fixed-size cells and input being a stream of structured
 messages. Would be fair to say that the model is inspired by windows console
 API. The abstraction itself is not perfect and it may create problems in
 certain areas. The most sensitive ones are copy & pasting and wide characters
 (mostly Chinese, Japanese, Korean (CJK) characters). When it comes to copy &
 pasting, the notion of cells is not really compatible with the idea of text.
 And CJK runes often require more than one cell to display them nicely. Despite
 the mentioned flaws, using such a simple model brings benefits in a form of
 simplicity. And KISS principle is important.
 .
 At this point one should realize, that CLI (command-line interfaces) aren't
 really a thing termbox is aimed at. But rather pseudo-graphical user
 interfaces.
 .
 This package ships with shared object.

libtermbox1-dbgsym: debug symbols for libtermbox1
python3-termbox: Library for writing text-based user interfaces (Python)

 Termbox is a library that provides minimalistic API which allows the
 programmer to write text-based user interfaces.
 .
 It is based on a very simple abstraction. The main idea is viewing terminals
 as a table of fixed-size cells and input being a stream of structured
 messages. Would be fair to say that the model is inspired by windows console
 API. The abstraction itself is not perfect and it may create problems in
 certain areas. The most sensitive ones are copy & pasting and wide characters
 (mostly Chinese, Japanese, Korean (CJK) characters). When it comes to copy &
 pasting, the notion of cells is not really compatible with the idea of text.
 And CJK runes often require more than one cell to display them nicely. Despite
 the mentioned flaws, using such a simple model brings benefits in a form of
 simplicity. And KISS principle is important.
 .
 At this point one should realize, that CLI (command-line interfaces) aren't
 really a thing termbox is aimed at. But rather pseudo-graphical user
 interfaces.
 .
 This package ships with Python3 binding of termbox.

python3-termbox-dbgsym: debug symbols for python3-termbox