File: control

package info (click to toggle)
nvme-cli 2.16-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,664 kB
  • sloc: ansic: 80,727; sh: 2,257; python: 975; makefile: 70; ruby: 25
file content (43 lines) | stat: -rw-r--r-- 999 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
Source: nvme-cli
Section: admin
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 asciidoc,
 cmake,
 debhelper-compat (= 13),
 flake8 <!nocheck>,
 isort <!nocheck>,
 libdbus-1-dev,
 libjson-c-dev,
 libkeyutils-dev,
 libnvme-dev (>= 1.16),
 libssl-dev,
 meson,
 mypy <!nocheck>,
 pkg-config,
 python3-autopep8 <!nocheck>,
 python3-nose2 <!nocheck>,
 uuid-runtime,
 xmlto,
 zlib1g-dev,
Standards-Version: 4.7.2
Homepage: https://github.com/linux-nvme/nvme-cli
Vcs-Browser: https://forgejo.debian.net/nvme/nvme-cli
Vcs-Git: https://forgejo.debian.net/nvme/nvme-cli

Package: nvme-cli
Section: admin
Architecture: any
Depends:
 uuid-runtime,
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 pci.ids,
Description: NVMe management tool
 NVM Express (NVMe) is a interface specification for accessing non-volatile
 storage media, typically modern solid state drives (SSDs) through PCI Express
 (PCIe).
 .
 The nvme-cli tool provides management functions for these devices.