termbox 1.1.2+dfsg-5build1 source package in Ubuntu

Changelog

termbox (1.1.2+dfsg-5build1) lunar; urgency=medium

  * No-change rebuild with Python 3.11 only

 -- Graham Inggs <email address hidden>  Wed, 22 Mar 2023 05:51:51 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
Original maintainer:
Mo Zhou
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
termbox_1.1.2+dfsg.orig.tar.gz 136.1 KiB eef320cf2470b1c9a8abaee68ae6eb9b01283e1f3b94f3886bcf890420e91879
termbox_1.1.2+dfsg-5build1.debian.tar.xz 4.7 KiB 26b574be71d3df6cf514dda22aec59045ca739528a1ecf0596dae9aecc8e4c78
termbox_1.1.2+dfsg-5build1.dsc 2.0 KiB 81c630309ea61d26e7c0f33bc6dcadb2f61f75ae7c145e58708f21c42fc61435

View changes file

Binary packages built by this source

libtermbox-dev: Library for writing text-based user interfaces (dev)

 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 headers and static library.

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: No summary available for python3-termbox in ubuntu noble.

No description available for python3-termbox in ubuntu noble.

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