File: control

package info (click to toggle)
nvme-cli 1.0-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 2,496 kB
  • ctags: 2,281
  • sloc: ansic: 9,747; sh: 380; makefile: 282
file content (16 lines) | stat: -rw-r--r-- 531 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: nvme-cli
Maintainer: Breno Leitao <leitao@debian.org>
Section: admin
Priority: optional
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9), libudev-dev
Homepage: https://github.com/linux-nvme/nvme-cli

Package: nvme-cli
Architecture: any
Depends: ${shlibs:Depends}, ${misc: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.