]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/ofed/libmlx4/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 / libmlx4 / debian / control.in
1 Source: libmlx4
2 Priority: extra
3 Maintainer: Roland Dreier <rolandd@cisco.com>
4 Build-Depends: @cdbs@, libibverbs-dev (>= 1.0)
5 Standards-Version: 3.7.3
6 Section: libs
7 Homepage: http://www.openfabrics.org/
8
9 Package: libmlx4-1
10 Section: libs
11 Architecture: any
12 Depends: ${shlibs:Depends}, ${misc:Depends}
13 Description: A userspace driver for Mellanox ConnectX InfiniBand HCAs
14  libmlx4 is a device-specific driver for Mellanox ConnectX InfiniBand
15  host channel adapters (HCAs) for the libibverbs library.  This allows
16  userspace processes to access Mellanox HCA hardware directly with
17  low latency and low overhead.
18  .
19  This package contains the loadable plug-in.
20
21 Package: libmlx4-dev
22 Section: libdevel
23 Architecture: any
24 Depends: ${misc:Depends}, libmlx4-1 (= ${binary:Version})
25 Description: Development files for the libmlx4 driver
26  libmlx4 is a device-specific driver for Mellanox ConnectX InfiniBand
27  host channel adapters (HCAs) for the libibverbs library.  This allows
28  userspace processes to access Mellanox HCA hardware directly with
29  low latency and low overhead.
30  .
31  This package contains static versions of libmlx4 that may be linked
32  directly to an application, which may be useful for debugging.
33
34 Package: libmlx4-1-dbg
35 Section: libdevel
36 Priority: extra
37 Architecture: any
38 Depends: ${misc:Depends}, libmlx4-1 (= ${binary:Version})
39 Description: Debugging symbols for the libmlx4 driver
40  libmlx4 is a device-specific driver for Mellanox ConnectX InfiniBand
41  host channel adapters (HCAs) for the libibverbs library.  This allows
42  userspace processes to access Mellanox HCA hardware directly with
43  low latency and low overhead.
44  .
45  This package contains the debugging symbols associated with
46  libmlx4-1. They will automatically be used by gdb for debugging
47  libmlx4-related issues.