File: control

package info (click to toggle)
pth 2.0.7-22
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 3,656 kB
  • sloc: sh: 9,722; ansic: 8,517; makefile: 1,462; perl: 112
file content (37 lines) | stat: -rw-r--r-- 1,449 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
Source: pth
Section: devel
Priority: optional
Maintainer: NIIBE Yutaka <gniibe@fsij.org>
Build-Depends: debhelper (>= 10)
Standards-Version: 4.4.0
Homepage: https://www.gnu.org/software/pth/
Vcs-Git: https://salsa.debian.org/debian/pth.git
Vcs-Browser: https://salsa.debian.org/debian/pth

Package: libpth20
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Description: GNU Portable Threads
 Pth is a very portable POSIX/ANSI-C based library for Unix platforms which
 provides non-preemptive priority-based scheduling for multiple threads of
 execution ("multithreading") inside server applications. All threads run
 in the same address space of the server application, but each thread has
 its own individual program-counter, run-time stack, signal mask and errno
 variable.

Package: libpth-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libpth20 (= ${binary:Version})
Description: GNU Portable Threads (development)
 Pth is a very portable POSIX/ANSI-C based library for Unix platforms which
 provides non-preemptive priority-based scheduling for multiple threads of
 execution ("multithreading") inside server applications. All threads run
 in the same address space of the server application, but each thread has
 its own individual program-counter, run-time stack, signal mask and errno
 variable.
 .
 This package contains the development files.