File: debcargo.toml

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

excludes = ["example/**"]

collapse_features = true

[source]
section = "admin"

[packages.bin]
section = "admin"
summary = "Interactive kernel monitor that combines dmesg and kmod"
description = """
kmon is an interactive kernel monitor for the terminal. It can insepct and load
kernel modules, and it can monitor kernel activity. It basically combines dmesg
and kmod into one application. Note that is probably needs to run as root.
"""