libatomic-ops 7.6.10-1ubuntu3 source package in Ubuntu

Changelog

libatomic-ops (7.6.10-1ubuntu3) impish; urgency=medium

  * No-change rebuild to build packages with zstd compression.

 -- Matthias Klose <email address hidden>  Thu, 07 Oct 2021 12:14:08 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Impish
Original maintainer:
Ian Wienand
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libatomic-ops_7.6.10.orig.tar.gz 134.8 KiB e6b0909cf4e63cec693fe6c48191ce864c32c5113e16c3f517aa2a244b46992f
libatomic-ops_7.6.10-1ubuntu3.debian.tar.xz 12.4 KiB 71fca0b96521ef499c8ea2ee82aec4ef31d0fa14e2740b4cc98736f07175f35a
libatomic-ops_7.6.10-1ubuntu3.dsc 1.9 KiB 4074fb50c823f3486870cca82468ded17c2a676c2c7e4f872f174782b59ddc2f

Available diffs

View changes file

Binary packages built by this source

libatomic-ops-dev: A library for atomic operations (development files)

 Libatomic-ops implements a large collection of operations, each one
 of which is a combination of an (optional) atomic memory operation,
 and a memory barrier. It also implements associated feature-test
 macros that determine whether a particular operation is available
 on the current target hardware (either directly or by synthesis).
 Libatomic-ops attempts to replace various existing files with similar
 goals, since they usually do not handle differences in memory barrier
 styles with sufficient generality.
 .
 This package provides the header files and documentation needed by
 developers.