mirror of
https://github.com/mobile-shell/mosh.git
synced 2026-03-01 18:23:30 +01:00
24 lines
1.0 KiB
Plaintext
24 lines
1.0 KiB
Plaintext
Source: mosh
|
|
Section: net
|
|
Priority: optional
|
|
Maintainer: Keith Winstein <keithw@mit.edu>
|
|
Uploaders: Alex Chernyakhovsky <achernya@debian.org>
|
|
Build-Depends: debhelper-compat (= 12), protobuf-compiler, libprotobuf-dev, pkg-config, libutempter-dev, zlib1g-dev, libncurses5-dev, libssl-dev, bash-completion, locales <!nocheck>, tmux <!nocheck>, less <!nocheck>
|
|
Rules-Requires-Root: binary-targets
|
|
Standards-Version: 4.6.1
|
|
Homepage: https://mosh.org
|
|
Vcs-Git: https://github.com/mobile-shell/mosh.git
|
|
Vcs-Browser: https://github.com/mobile-shell/mosh
|
|
|
|
Package: mosh
|
|
Architecture: any
|
|
Pre-Depends: dpkg (>= 1.15.7.2)
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, openssh-client
|
|
Recommends: libio-socket-ip-perl
|
|
Description: Mobile shell that supports roaming and intelligent local echo
|
|
Mosh is a remote terminal application that supports:
|
|
- intermittent network connectivity,
|
|
- roaming to different IP address without dropping the connection, and
|
|
- intelligent local echo and line editing to reduce the effects
|
|
of "network lag" on high-latency connections.
|