25 lines
612 B
Text
25 lines
612 B
Text
|
Source: nvme-cli
|
||
|
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.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.
|