File: debcargo.toml

package info (click to toggle)
rust-kmon 1.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 348 kB
  • sloc: makefile: 4
file content (18 lines) | stat: -rw-r--r-- 508 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
overlay = "."
uploaders = ["Carl Keinath <carl.keinath@gmail.com>"]

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.
"""