File: control

package info (click to toggle)
librtpi 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 524 kB
  • sloc: ansic: 3,463; cpp: 1,121; makefile: 62; sh: 40
file content (44 lines) | stat: -rw-r--r-- 1,668 bytes parent folder | download
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
Source: librtpi
Section: libs
Priority: optional
Maintainer: Felix Moessbauer <felix.moessbauer@siemens.com>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13)
Standards-Version: 4.7.0
Homepage: https://gitlab.com/linux-rt/librtpi
Vcs-Browser: https://salsa.debian.org/fmoessbauer/librtpi
Vcs-Git: https://salsa.debian.org/fmoessbauer/librtpi.git

Package: librtpi-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 librtpi1 (= ${binary:Version}),
 ${misc:Depends},
Description: realtime capable pthread locking primitives (dev)
 The Real-Time Priority Inheritance Library (librtpi) is
 intended to bridge the gap between the glibc pthread
 implementation and a functionally correct priority inheritance
 for pthread locking primitives, such as pthread_mutex and
 pthread_condvar. Specifically, priority based wakeup is required
 for correct operation, in  contrast to the more time-based
 ordered wakeup groups in the glibc pthread condvar implementation.
 This package contains the development files.

Package: librtpi1
Architecture: any
Multi-Arch: same
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: realtime capable pthread locking primitives (lib)
 The Real-Time Priority Inheritance Library (librtpi) is
 intended to bridge the gap between the glibc pthread
 implementation and a functionally correct priority inheritance
 for pthread locking primitives, such as pthread_mutex and
 pthread_condvar. Specifically, priority based wakeup is required
 for correct operation, in  contrast to the more time-based
 ordered wakeup groups in the glibc pthread condvar implementation.
 This package contains the runtime library.