1Source: libmthca
2Priority: extra
3Maintainer: Roland Dreier <rolandd@cisco.com>
4Build-Depends: @cdbs@, dpkg-dev (>= 1.13.19), libibverbs-dev (>= 1.1)
5Standards-Version: 3.7.3
6Section: libs
7Homepage: http://www.openfabrics.org/
8
9Package: libmthca1
10Section: libs
11Architecture: any
12Depends: ${shlibs:Depends}, ${misc:Depends}
13Description: A userspace driver for Mellanox InfiniBand HCAs
14 libmthca is a device-specific driver for Mellanox InfiniBand host
15 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
21Package: libmthca-dev
22Section: libdevel
23Architecture: any
24Depends: ${misc:Depends}, libmthca1 (= ${binary:Version})
25Description: Development files for the libmthca driver
26 libmthca is a device-specific driver for Mellanox InfiniBand host
27 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 libmthca that may be linked
32 directly to an application, which may be useful for debugging.
33
34Package: libmthca1-dbg
35Section: libdevel
36Priority: extra
37Architecture: any
38Depends: ${misc:Depends}, libmthca1 (= ${binary:Version})
39Description: Debugging symbols for the libmthca driver
40 libmthca is a device-specific driver for Mellanox InfiniBand host
41 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 libmthca1. They will automatically be used by gdb for debugging
47 libmthca-related issues.
48