]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/ofed/libibverbs/debian/control.in
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / ofed / libibverbs / debian / control.in
1 Source: libibverbs
2 Priority: extra
3 Maintainer: Roland Dreier <rolandd@cisco.com>
4 Build-Depends: @cdbs@, dpkg-dev (>= 1.13.19)
5 Standards-Version: 3.7.3
6 Section: libs
7 Homepage: http://www.openfabrics.org/
8
9 Package: libibverbs1
10 Section: libs
11 Architecture: any
12 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
13 Description: A library for direct userspace use of RDMA (InfiniBand/iWARP)
14  libibverbs is a library that allows userspace processes to use RDMA
15  "verbs" as described in the InfiniBand Architecture Specification and
16  the RDMA Protocol Verbs Specification.  iWARP ethernet NICs support
17  RDMA over hardware-offloaded TCP/IP, while InfiniBand is a
18  high-throughput, low-latency networking technology.  InfiniBand host
19  channel adapters (HCAs) and iWARP NICs commonly support direct
20  hardware access from userspace (kernel bypass), and libibverbs
21  supports this when available.
22  .
23  For this library to be useful, a device-specific plug-in module
24  should also be installed.
25  .
26  This package contains the shared library.
27
28 Package: libibverbs-dev
29 Section: libdevel
30 Architecture: any
31 Depends: ${misc:Depends}, libibverbs1 (= ${binary:Version})
32 Description: Development files for the libibverbs library
33  libibverbs is a library that allows userspace processes to use RDMA
34  "verbs" as described in the InfiniBand Architecture Specification and
35  the RDMA Protocol Verbs Specification.  iWARP ethernet NICs support
36  RDMA over hardware-offloaded TCP/IP, while InfiniBand is a
37  high-throughput, low-latency networking technology.  InfiniBand host
38  channel adapters (HCAs) and iWARP NICs commonly support direct
39  hardware access from userspace (kernel bypass), and libibverbs
40  supports this when available.
41  .
42  This package is needed to compile programs against libibverbs1.
43  It contains the header files and static libraries (optionally)
44  needed for compiling.
45
46 Package: libibverbs1-dbg
47 Section: libdevel
48 Priority: extra
49 Architecture: any
50 Depends: ${misc:Depends}, libibverbs1 (= ${binary:Version})
51 Description: Debugging symbols for the libibverbs library
52  libibverbs is a library that allows userspace processes to use RDMA
53  "verbs" as described in the InfiniBand Architecture Specification and
54  the RDMA Protocol Verbs Specification.  iWARP ethernet NICs support
55  RDMA over hardware-offloaded TCP/IP, while InfiniBand is a
56  high-throughput, low-latency networking technology.  InfiniBand host
57  channel adapters (HCAs) and iWARP NICs commonly support direct
58  hardware access from userspace (kernel bypass), and libibverbs
59  supports this when available.
60  .
61  This package contains the debugging symbols associated with
62  libibverbs1. They will automatically be used by gdb for debugging
63  libibverbs-related issues.
64
65 Package: ibverbs-utils
66 Section: net
67 Architecture: any
68 Depends: ${shlibs:Depends}, ${misc:Depends}
69 Description: Examples for the libibverbs library
70  libibverbs is a library that allows userspace processes to use RDMA
71  "verbs" as described in the InfiniBand Architecture Specification and
72  the RDMA Protocol Verbs Specification.  iWARP ethernet NICs support
73  RDMA over hardware-offloaded TCP/IP, while InfiniBand is a
74  high-throughput, low-latency networking technology.  InfiniBand host
75  channel adapters (HCAs) and iWARP NICs commonly support direct
76  hardware access from userspace (kernel bypass), and libibverbs
77  supports this when available.
78  .
79  This package contains useful libibverbs1 example programs such as
80  ibv_devinfo, which displays information about InfiniBand devices.