File: control

package info (click to toggle)
pthreadpool 0.0~git20210507.1787867-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 916 kB
  • sloc: cpp: 8,058; ansic: 6,627; python: 26; makefile: 4
file content (36 lines) | stat: -rw-r--r-- 1,300 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
Source: pthreadpool
Section: libdevel
Homepage: https://github.com/Maratyszcza/pthreadpool
Priority: optional
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/deeplearning-team/pthreadpool.git
Vcs-Browser: https://salsa.debian.org/deeplearning-team/pthreadpool
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Uploaders: Mo Zhou <lumin@debian.org>
Build-Depends: cmake,
               debhelper-compat (= 13),
               googletest,
               libbenchmark-dev,
               libcpuinfo-dev,
               libfxdiv-dev
Rules-Requires-Root: no

Package: libpthreadpool-dev
Architecture: any
Depends: libpthreadpool0 (= ${binary:Version}), ${misc:Depends}
Description: pthread-based thread pool for C/C++
 pthreadpool is a portable and efficient thread pool implementation. It provides
 similar functionality to #pragma omp parallel for, but with additional
 features.
 .
 This package contains the development files.

Package: libpthreadpool0
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: pthread-based thread pool for C/C++
 pthreadpool is a portable and efficient thread pool implementation. It provides
 similar functionality to #pragma omp parallel for, but with additional
 features.
 .
 This package contains the shared object.