1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: tio
Section: comm
Priority: optional
Maintainer: Jakob Haufe <sur5r@debian.org>
Build-Depends: bash-completion,
debhelper-compat (= 13),
libinih-dev,
meson,
pkg-config
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://tio.github.io/
Vcs-Git: https://salsa.debian.org/sur5r/tio.git
Vcs-Browser: https://salsa.debian.org/sur5r/tio
Package: tio
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: simple TTY terminal I/O application
"tio" is a simple TTY terminal application which features a straightforward
commandline interface to easily connect to TTY devices for basic input/output.
.
Besides that, it is able to automatically reconnect to TTY devices which
disappear intermittently, e.g. USB-to-serial converters.
|