File: control

package info (click to toggle)
libatomic-ops 7.6.6-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,012 kB
  • sloc: ansic: 23,213; sh: 4,185; makefile: 366; asm: 8
file content (32 lines) | stat: -rw-r--r-- 1,148 bytes parent folder | download | duplicates (2)
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
Source: libatomic-ops
Priority: optional
Section: libdevel
Maintainer: Ian Wienand <ianw@debian.org>
Uploaders: Al Stone <ahs3@debian.org>
Build-Depends: cdbs,
 autotools-dev,
 debhelper,
 dh-buildinfo,
 dh-autoreconf, quilt
Standards-Version: 4.1.1
Vcs-Browser: https://salsa.debian.org/debian/libatomic-ops
Vcs-Git: https://salsa.debian.org/debian/libatomic-ops.git

Package: libatomic-ops-dev
Section: libdevel
Depends: ${misc:Depends}
Architecture: any
Replaces: libatomic-ops
Description: 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.