File: control

package info (click to toggle)
cthreadpool 0.0%2Bgit20231218.4eb5a69-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: ansic: 585; sh: 197; makefile: 16
file content (31 lines) | stat: -rw-r--r-- 1,136 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
Source: cthreadpool
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>
Build-Depends: debhelper-compat (= 13),
               architecture-is-64-bit,
               valgrind <!nocheck>,
               python3 <!nocheck>,
               time <!nocheck>
Standards-Version: 4.6.2
Section: libs
Homepage: https://github.com/Pithikos/C-Thread-Pool
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/science-team/cthreadpool
Vcs-Git: https://salsa.debian.org/science-team/cthreadpool.git

Package: cthreadpool-dev
Section: libdevel
Depends: ${misc:Depends}
Architecture: all
Multi-Arch: foreign
Description: minimal ANSI C thread pool - development files
 These are C development files for the C-Thread-Pool library.
 This is a minimal but advanced threadpool implementation.
  * ANCI C and POSIX compliant
  * Pause/resume/wait as you like
  * Simple easy-to-digest API
  * Well tested
 This software does not ship as a shared library since it is
 very small and there is a technical difficulty with this
 implementation.