Source: zthreads
Priority: extra
Maintainer: Cleto Martin Angelina <cleto.martin@gmail.com>
Build-Depends: debhelper (>= 7.0.50), autotools-dev, quilt
Standards-Version: 3.9.2
Section: libs
Homepage:  http://zthread.sourceforge.net/


Package: libzthread-2.3-2
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Object-oriented synchronization library for C++
 Zthreads is an advanced platform-independent, object-oriented
 threading and synchronization library. Designed and tested under
 POSIX & Win32 systems.
 .
 It provides several structures for concurrent programming like
 PoolExecutor, MonitoredQueue, Barriers and much more. Furthermore,
 structures like Task and Thread are provided for creating threading
 applications in C++ easier.
 .
 This library wraps and interfaces with pthreads, so it is fully
 compliant.


Package: libzthread-dev
Section: libdevel
Architecture: any
Depends: libzthread-2.3-2 (= ${binary:Version}), ${misc:Depends}
Description: Object-oriented synchronization library for C++
 Zthreads is an advanced platform-independent, object-oriented
 threading and synchronization library. Designed and tested under
 POSIX & Win32 systems.
 .
 It provides several structures for concurrent programming like
 PoolExecutor, MonitoredQueue, Barriers and much more. Furthermore,
 structures like Task and Thread are provided for creating threading
 applications in C++ easier.
 .
 This library wraps and interfaces with pthreads, so it is fully
 compliant.
