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: Matteo Tenca <matteo.tenca@gmail.com>
Build-Depends: debhelper, dh-dkms | dh-sequence-dkms | dkms, libjansson-dev, libmicrohttpd-dev, libpcre2-dev, libdevmapper-dev
Homepage: https://github.com/pkoutoupis/rapiddisk/
Vcs-Browser: https://github.com/pkoutoupis/rapiddisk/
Vcs-Git: https://github.com/pkoutoupis/rapiddisk.git
Standards-Version: 4.4.1
Testsuite: autopkgtest-pkg-dkms
Package: rapiddisk-dkms
Architecture: all
Depends: dkms, ${misc:Depends}
Suggests: rapiddisk, rapiddisk-on-boot
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: rapiddisk-dkms, ${shlibs:Depends}, ${misc:Depends}
Suggests: rapiddisk-on-boot
Description: RapidDisk
The RapidDisk 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.
Package: rapiddisk-on-boot
Architecture: all
Depends: rapiddisk, rapiddisk-dkms
Description: RapidDisk Boot Install Script
Allows to install a RapidDisk cache on the boot
volume manipulating the initramfs-tools configuration.
|