Source: nbd-vram
Section: admin
Priority: optional
Maintainer: whoaml <ushion0a@users.noreply.github.com>
Build-Depends: debhelper-compat (= 13), gcc, libc6-dev, make
Standards-Version: 4.7.2
Homepage: https://github.com/c0dejedi/nbd-vram
Rules-Requires-Root: no

Package: nbd-vram
Architecture: any
Depends: bash, kmod, nbd-client, procps, systemd, udev, util-linux, ${misc:Depends}, ${shlibs:Depends}
Description: NVIDIA GPU VRAM-backed swap device using NBD
 nbd-vram allocates memory on an NVIDIA CUDA-capable GPU and exports it through
 a local Unix socket using the Network Block Device protocol. The kernel NBD
 client can then expose the VRAM allocation as a block device suitable for
 swap.
 .
 The package installs systemd units, helper scripts, a udev rule, and a default
 power-management configuration. It does not enable or start VRAM swap during
 package installation. A proprietary NVIDIA driver providing libcuda.so.1 and
 the nvidia-smi command is required at runtime.
