File: control

package info (click to toggle)
tiny 0.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,780 kB
  • sloc: makefile: 29
file content (74 lines) | stat: -rw-r--r-- 2,429 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Source: tiny
Section: net
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-cargo,
 libyaml-dev
Build-Depends-Arch:
 cargo:native,
 librust-base64-dev (>= 0.21),
 librust-bencher-dev,
 librust-dirs-dev (>= 4.0),
 librust-env-logger-dev (>= 0.9),
 librust-futures-util-dev (>= 0.3),
 librust-indexmap-dev (>= 2.7.0),
 librust-lazy-static-dev (>= 1.4),
 librust-libc-dev (>= 0.2),
 librust-matchit-dev,
 librust-mio-dev (>= 0.8),
 librust-nix-dev (>= 0.29),
 librust-proc-macro2-dev (>= 1.0),
 librust-quote-dev (>= 1.0),
 librust-rustc-tools-util-dev (>=0.2),
 librust-rustls-dev (>= 0.23),
 librust-rustls-native-certs-dev (>= 0.6),
 librust-rustls-pemfile-dev (>= 1.0.3),
 librust-serde-dev (>= 1.0),
 librust-serde-yaml-dev (>= 0.8),
 librust-shell-words-dev (>= 1.1.0),
 librust-syn-dev (>= 2.0),
 librust-tempfile-dev (>= 3.1),
 librust-term-dev,
 librust-termion-dev (>= 1.5.6),
 librust-time-dev (>= 0.1),
 librust-tokio-dev (>= 1.36),
 librust-tokio-rustls-dev (>= 0.24),
 librust-tokio-stream-dev (>= 0.1),
 librust-unicode-width-dev (>= 0.1),
 librust-unsafe-libyaml-dev (>= 0.2.11),
 libstd-rust-dev,
 rustc:native
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/rust-team/tiny.git
Vcs-Browser: https://salsa.debian.org/rust-team/tiny
Homepage: https://github.com/osa1/tiny
X-Cargo-Crate: crates/tiny

Package: tiny
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Multi-Arch: foreign
Description: irc terminal client
 Tiny is a console-based IRC client written in Rust, designed to be simple,
 efficient, and reliable. It features a split-view interface with channels,
 supports multiple servers simultaneously, and offers native TLS encryption
 for secure connections.
 .
 It's lightweight and fast, with only standard IRC server interactions
 provided through hotkeys and the CLI.
 .
 Key features:
  * Modern terminal user interface with split views
  * Multiple server connections with tabbed interface
  * Built-in TLS/SSL support using rustls
  * Mouse support in the terminal interface
  * Efficient and lightweight Rust implementation
  * Customizable through configuration files
 .
 Tiny aims to provide a robust IRC client experience for terminal users who
 prefer keyboard-driven applications with a clean, minimal interface.