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
|
Source: rapiddisk
Section: kernel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-sequence-dkms,
libdevmapper-dev,
libjansson-dev,
libmicrohttpd-dev
Standards-Version: 4.6.2
Homepage: https://github.com/pkoutoupis/rapiddisk
Vcs-Browser: https://salsa.debian.org/debian/rapiddisk
Vcs-Git: https://salsa.debian.org/debian/rapiddisk.git
Testsuite: autopkgtest-pkg-dkms
Package: rapiddisk-dkms
Architecture: all
Depends:
${shlibs:Depends},
${misc:Depends},
Description: Linux RAM Drive and Caching kernel modules (DKMS)
This software defined advanced RAM drive and storage
caching solution. This suite includes a collection of modules,
configuration files, and command line utilities for managing
RapidDisk enabled storage volumes and accessing them either
locally or across an NVMe Target network.
.
This is the kernel module for Linux.
Package: rapiddisk
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
Description: Linux RAM Drive and Caching kernel modules
This software defined advanced RAM drive and storage
caching solution. This suite includes a collection of modules,
configuration files, and command line utilities for managing
RapidDisk enabled storage volumes and accessing them either
locally or across an NVMe Target network.
|