zthreads 2.3.2-11 source package in Ubuntu

Changelog

zthreads (2.3.2-11) unstable; urgency=medium

  * QA upload.

  [ Debian Janitor ]
  * Apply multi-arch hints.
    + libzthread-dev: Add Multi-Arch: same.

 -- Jelmer Vernooij <email address hidden>  Fri, 20 Aug 2021 13:43:47 +0100

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe libs
Lunar release universe libs
Jammy release universe libs

Downloads

File Size SHA-256 Checksum
zthreads_2.3.2-11.dsc 1.9 KiB 053f04898e9713574ccbbaec99eb2e33ff7c3d623404ac76dcea769a77125660
zthreads_2.3.2.orig.tar.gz 402.9 KiB 950908b7473ac10abb046bd1d75acb5934344e302db38c2225b7a90bd1eda854
zthreads_2.3.2-11.debian.tar.xz 8.9 KiB dd7eeb7a57c686dbac106a74e8d87fcc94ebe1d4409d3529c7ede4f5d080790a

Available diffs

No changes file available.

Binary packages built by this source

libzthread-2.3-2: No summary available for libzthread-2.3-2 in ubuntu noble.

No description available for libzthread-2.3-2 in ubuntu noble.

libzthread-2.3-2-dbgsym: debug symbols for libzthread-2.3-2
libzthread-dev: 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.