File: debcargo.toml

package info (click to toggle)
rust-dtui 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 388 kB
  • sloc: makefile: 11
file content (19 lines) | stat: -rw-r--r-- 492 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
overlay = "."
uploaders = ["Christopher Obbard <obbardc@debian.org>"]
summary = "terminal UI for inspecting D-Bus services, objects and interfaces"
description = """
dtui is an interactive terminal user interface for exploring D-Bus.
It lets you browse services and introspect objects, interfaces, methods
and properties on the system or session bus.
"""
bin_name = "dtui"

[packages.bin]
section = "utils"

[packages.lib]
bin = false

[source]
section = "utils"
build_depends = ["help2man"]