blob: 99cce9777a29c8f44f1f88144b1caf2766f5ff93 [file] [log] [blame]
Source: libibverbs
Priority: extra
Maintainer: Roland Dreier <rolandd@cisco.com>
Build-Depends: @cdbs@, dpkg-dev (>= 1.13.19)
Standards-Version: 3.7.3
Section: libs
Package: libibverbs1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
Description: A library for direct userspace use of InfiniBand
libibverbs is a library that allows userspace processes to use
InfiniBand "verbs" as described in the InfiniBand Architecture
Specification. InfiniBand is a high-throughput, low-latency
networking technology. InfiniBand host channel adapters (HCAs)
commonly support direct hardware access from userspace (kernel
bypass), and libibverbs supports this when available.
.
For this library to be useful, a device-specific plug-in module
should also be installed.
.
This package contains the shared library.
.
Homepage: http://www.openfabrics.org/
Package: libibverbs-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libibverbs1 (= ${binary:Version})
Description: Development files for the libibverbs library
libibverbs is a library that allows userspace processes to use
InfiniBand "verbs" as described in the InfiniBand Architecture
Specification. InfiniBand is a high-throughput, low-latency
networking technology. InfiniBand host channel adapters (HCAs)
commonly support direct hardware access from userspace (kernel
bypass), and libibverbs supports this when available.
.
This package is needed to compile programs against libibverbs1.
It contains the header files and static libraries (optionally)
needed for compiling.
.
Homepage: http://www.openfabrics.org/
Package: libibverbs1-dbg
Section: libdevel
Priority: extra
Architecture: any
Depends: ${misc:Depends}, libibverbs1 (= ${binary:Version})
Description: Debugging symbols for the libibverbs library
libibverbs is a library that allows userspace processes to use
InfiniBand "verbs" as described in the InfiniBand Architecture
Specification. InfiniBand is a high-throughput, low-latency
networking technology. InfiniBand host channel adapters (HCAs)
commonly support direct hardware access from userspace (kernel
bypass), and libibverbs supports this when available.
.
This package contains the debugging symbols associated with
libibverbs1. They will automatically be used by gdb for debugging
libibverbs-related issues.
.
Homepage: http://www.openfabrics.org/
Package: ibverbs-utils
Section: net
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Examples for the libibverbs library
libibverbs is a library that allows userspace processes to use
InfiniBand "verbs" as described in the InfiniBand Architecture
Specification. InfiniBand is a high-throughput, low-latency
networking technology. InfiniBand host channel adapters (HCAs)
commonly support direct hardware access from userspace (kernel
bypass), and libibverbs supports this when available.
.
This package contains useful libibverbs1 example programs such as
ibv_devinfo, which displays information about InfiniBand devices.
.
Homepage: http://www.openfabrics.org/