Source: pthreadpool Section: libs Homepage: https://github.com/google/pthreadpool Priority: optional Standards-Version: 4.7.2 Vcs-Git: https://salsa.debian.org/deeplearning-team/pthreadpool.git Vcs-Browser: https://salsa.debian.org/deeplearning-team/pthreadpool Maintainer: Debian Deep Learning Team Uploaders: Mo Zhou Build-Depends: cmake, debhelper-compat (= 13), googletest, ninja-build, libbenchmark-dev, libcpuinfo-dev, libfxdiv-dev Rules-Requires-Root: no Package: libpthreadpool-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libpthreadpool0 (= ${binary:Version}), ${misc:Depends} Description: pthread-based thread pool for C/C++ (development) 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 Section: libs Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Multi-Arch: same Description: pthread-based thread pool for C/C++ (shared object) 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.