File: control

package info (click to toggle)
tmate 2.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 2,560 kB
  • sloc: ansic: 38,233; awk: 339; makefile: 252; sh: 44; perl: 41
file content (33 lines) | stat: -rw-r--r-- 1,304 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: tmate
Section: devel
Priority: optional
Maintainer: Lucas Kanashiro <kanashiro@debian.org>
Uploaders: Thiago Ribeiro <thiagitosouza@gmail.com>,
           Sergio de Almeida Cipriano Junior <sergiosacj@hotmail.com.br>
Build-Depends: debhelper-compat (= 13),
               pkg-config,
               libtool,
               libevent-dev,
               libncurses-dev,
               zlib1g-dev,
               automake,
               libssh-dev,
               libmsgpack-dev (>= 1.1.0)
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: http://tmate.io/
Vcs-Git: https://salsa.debian.org/debian/tmate.git
Vcs-Browser: https://salsa.debian.org/debian/tmate

Package: tmate
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: terminal multiplexer with instant terminal sharing
 tmate provides an instant pairing solution, allowing you to share a terminal
 with one or several teammates. Together with a voice call, it's almost like
 pairing in person. The terminal sharing works by using SSH connections to
 backend servers maintained by tmate upstream developers; teammates need to be
 given a randomly-generated token to be able to join a session.
 .
 tmate is a modified version of tmux, and uses the same configurations such as
 keybindings, color schemes etc.