File: control

package info (click to toggle)
nvme-cli 1.12-5
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 4,992 kB
  • sloc: ansic: 28,527; python: 740; sh: 479; makefile: 419; ruby: 25
file content (24 lines) | stat: -rw-r--r-- 594 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
Source: nvme-cli
Maintainer: Breno Leitao <leitao@debian.org>
Section: admin
Priority: optional
Standards-Version: 4.1.1
Build-Depends:
 debhelper-compat (= 13),
 pci.ids,
 pkg-config,
 uuid-dev,
 uuid-runtime,
Homepage: https://github.com/linux-nvme/nvme-cli

Package: nvme-cli
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 uuid-runtime,
Description: userspace tooling to control NVMe drives
 NVMe is a fast, scalable, direct attached storage interface, accessing
 solid state drives through PCIe.
 .
 The nvme CLI contains core management tools with minimal dependencies.