1
0
Fork 0
nvme-cli/debian/control

29 lines
827 B
Text
Raw Normal View History

Source: nvme-cli
Section: admin
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
debhelper-compat (= 13),
pci.ids,
pkg-config,
uuid-dev,
uuid-runtime,
Rules-Requires-Root: no
Standards-Version: 4.5.1
Homepage: https://github.com/linux-nvme/nvme-cli
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/nvme-cli
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/nvme-cli
Package: nvme-cli
Section: admin
Architecture: any
Depends:
uuid-runtime,
${misc:Depends},
${shlibs:Depends},
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.