File: control

package info (click to toggle)
libpthread-workqueue 0.9.1-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,496 kB
  • ctags: 450
  • sloc: sh: 11,416; ansic: 2,025; makefile: 26
file content (36 lines) | stat: -rw-r--r-- 1,432 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
Source: libpthread-workqueue
Priority: extra
Maintainer: Mark Heily <mark@heily.com>
Build-Depends: debhelper (>= 9), dh-autoreconf, autotools-dev
Standards-Version: 3.9.5.0
Section: libs
Homepage: https://github.com/mheily/libpwq/wiki
Vcs-Git: git://github.com/mheily/debian-packages.git -b libpthread_workqueue

Package: libpthread-workqueue-dev
Section: libdevel
Architecture: linux-any
Depends: libpthread-workqueue0 (= ${binary:Version}), ${misc:Depends}
Description: thread pool library (development files)
 The pthread_workqueue library allows you to create one or more workqueues 
 and submit work items for processing. The workqueues are serviced by a 
 thread pool that is automatically created and dynamically managed by the 
 library.
 .
 This package contains files needed to build programs that use the 
 pthread_workqueue library.

Package: libpthread-workqueue0
Section: libs
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: thread pool library
 The pthread_workqueue library allows you to create one or more workqueues 
 and submit work items for processing. The workqueues are serviced by a 
 thread pool that is automatically created and dynamically managed by the 
 library.
 . 
 The API is based on the pthread_workqueue API in FreeBSD 8.0, which was 
 designed to be compatible with the API developed by Apple Inc to support 
 the Grand Central Dispatch concurrency framework.