File: control

package info (click to toggle)
rpma 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,992 kB
  • sloc: ansic: 26,765; sh: 1,742; perl: 1,148; makefile: 8
file content (47 lines) | stat: -rw-r--r-- 1,279 bytes parent folder | download | duplicates (2)
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
Source: rpma
Priority: optional
Maintainer: Adam Borowski <kilobyte@angband.pl>
Build-Depends: debhelper-compat (= 13),
	cmake,
	libibverbs-dev,
	librdmacm-dev,
	libcmocka-dev,
	groff,
	txt2man,
	pkg-config,
	libprotobuf-c-dev,
	pandoc,
	libunwind-dev,
	libpmem-dev,
	libpmem2-dev,
	valgrind-if-available,
	pylint,
Standards-Version: 4.6.2
Section: libs
Homepage: https://github.com/pmem/rpma
Vcs-Browser: https://github.com/kilobyte/rpma
Vcs-Git: https://github.com/kilobyte/rpma
Rules-Requires-Root: no

Package: librpma-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: librpma0 (= ${binary:Version}), ${misc:Depends}
Description: remote pmem access library (headers)
 The Remote Persistent Memory Access (RPMA) is a C library to simplify
 accessing persistent memory devices on remote hosts over Remote Direct
 Memory Access (RDMA).
 .
 This package includes development headers and documentation.

Package: librpma0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: remote pmem access library (runtime)
 The Remote Persistent Memory Access (RPMA) is a C library to simplify
 accessing persistent memory devices on remote hosts over Remote Direct
 Memory Access (RDMA).
 .
 This package includes the runtime library.