Source: libnvme Section: libs Priority: optional Maintainer: Daniel Baumann Build-Depends: debhelper-compat (= 14), dh-python, cmake, libdbus-1-dev, libjson-c-dev, libkeyutils-dev, libpython3-dev, libssl-dev, meson, pkg-config, python3-dev:native, swig, Standards-Version: 4.7.4 Homepage: https://github.com/linux-nvme/libnvme Vcs-Browser: https://forgejo.debian.net/nvme/libnvme Vcs-Git: https://forgejo.debian.net/nvme/libnvme Package: libnvme-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libjson-c-dev, libkeyutils-dev, libnvme1t64 (= ${binary:Version}), libssl-dev, ${misc:Depends}, Description: NVMe management library (development) NVM Express (NVMe) is a interface specification for accessing non-volatile storage media, typically modern solid state drives (SSDs) through PCI Express (PCIe). libnvme provides library functions for accessing and managing NVMe devices. . This package contains the development files. Package: libnvme1t64 Section: libs Architecture: any Multi-Arch: same Depends: ${misc:Depends}, ${shlibs:Depends}, Suggests: nvme-cli, Provides: ${t64:Provides}, Replaces: libnvme1, Breaks: libnvme1 (<< ${source:Version}), Description: NVMe management library (library) NVM Express (NVMe) is a interface specification for accessing non-volatile storage media, typically modern solid state drives (SSDs) through PCI Express (PCIe). libnvme provides library functions for accessing and managing NVMe devices. . This package contains the shared library. Package: python3-libnvme Section: python Architecture: any Depends: libnvme1t64 (= ${binary:Version}), ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, Description: NVMe management library (Python) NVM Express (NVMe) is a interface specification for accessing non-volatile storage media, typically modern solid state drives (SSDs) through PCI Express (PCIe). libnvme provides library functions for accessing and managing NVMe devices. . This package contains the Python bindings.