File: control

package info (click to toggle)
libfabric 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 24,612 kB
  • sloc: ansic: 383,218; python: 3,060; sh: 2,538; makefile: 1,310; cpp: 617; perl: 474; ruby: 123; asm: 27
file content (59 lines) | stat: -rw-r--r-- 2,149 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Source: libfabric
Section: libs
Priority: optional
Maintainer: Debian HPC Team <debian-hpc@lists.debian.org>
Uploaders: Roland Fehrenbacher <rfehren@debian.org>,
           Mehdi Dogguy <mehdi@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dpkg-dev (>= 1.13.19),
               libibverbs-dev,
               libpsm-infinipath1-dev [amd64 i386],
               libpsm2-dev [amd64],
               librdmacm-dev,
Standards-Version: 4.6.1
Homepage: https://ofiwg.github.io/libfabric/
Vcs-Git: https://salsa.debian.org/hpc-team/libfabric.git
Vcs-Browser: https://salsa.debian.org/hpc-team/libfabric

Package: libfabric-bin
Architecture: linux-any
Depends: ${misc:Depends},
         ${shlibs:Depends},
Breaks: libfabric1 (<< 1.6)
Replaces: libfabric1 (<< 1.6)
Description: Diagnosis programs for the libfabric communication library
 Libfabric is a communication library that exports interfaces for
 fabric services to applications.  Libfabric is the core component
 of the Open Fabrics Interfaces (OFI) framework.
 .
 This package contains a few programs to check the status of the fabric.

Package: libfabric1
Architecture: linux-any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends},
Breaks: libfabric-dev (<< 1.6.1-4),
Replaces: libfabric-dev (<< 1.6.1-4),
Description: libfabric communication library
 Libfabric is a communication library that exports interfaces for
 fabric services to applications.  Libfabric is the core component
 of the Open Fabrics Interfaces (OFI) framework.
 .
 This package contains the shared libraries.

Package: libfabric-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Depends: libfabric1 (= ${binary:Version}),
         ${misc:Depends},
Breaks: libfabric1 (<< 1.6.1-4),
Replaces: libfabric1 (<< 1.6.1-4),
Description: Development files for libfabric1
 Libfabric is a communication library that exports interfaces for
 fabric services to applications.  Libfabric is the core component
 of the Open Fabrics Interfaces (OFI) framework.
 .
 This package is needed to compile programs against libfabric1.
 It contains the header files and links needed for compiling.