File: debcargo.toml

package info (click to toggle)
rust-gping 1.19.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: makefile: 8
file content (20 lines) | stat: -rw-r--r-- 502 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
overlay = "."
uploaders = ["Matthias Geiger <werdahias@debian.org>"]

collapse_features = true

[source]
section = "rust"
homepage = "https://github.com/orf/gping"

[packages.bin]
section="utils"
summary = "ping, but with a graph"
description = """
gping is a graphical tui interface for the ping(1) command. It's completely written in rust.
It comes with the following features:
- Graph the ping time for multiple hosts
- Graph the execution time for commands via the --cmd flag
- Custom colours

"""