Source: zthreads Priority: optional Section: libs Maintainer: Debian QA Group Build-Depends: debhelper-compat (= 13) Standards-Version: 4.5.0 Rules-Requires-Root: no Homepage: http://zthread.sourceforge.net/ Vcs-Browser: https://salsa.debian.org/debian/zthreads Vcs-Git: https://salsa.debian.org/debian/zthreads.git Package: libzthread-2.3-2 Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Description: Object-oriented synchronization library for C++ (dev files) 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. . This package provides the development files. Package: libzthread-dev Section: libdevel Architecture: any Depends: libzthread-2.3-2 (= ${binary:Version}), ${misc:Depends} Multi-Arch: same Description: Object-oriented synchronization library for C++ (runtime lib) 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. . This package provides the runtime library.