File: control

package info (click to toggle)
golang-github-uber-go-atomic 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 252 kB
  • sloc: makefile: 63
file content (28 lines) | stat: -rw-r--r-- 1,273 bytes parent folder | download
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
Source: golang-github-uber-go-atomic
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-stretchr-testify-dev,
               golang-go.uber-atomic-dev
Standards-Version: 4.5.0
Homepage: https://github.com/uber-go/atomic
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-uber-go-atomic
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-uber-go-atomic.git
XS-Go-Import-Path: github.com/uber-go/atomic
Testsuite: autopkgtest-pkg-go

Package: golang-github-uber-go-atomic-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-stretchr-testify-dev,
         golang-go.uber-atomic-dev
Description: Wrapper types for sync/atomic which enforce atomic access
 This package contains simple wrappers for primitive types to enforce
 atomic access. The standard library's sync/atomic is powerful, but
 it's easy to forget which variables must be accessed atomically.
 This library preserves all the functionality of the standard library,
 but wraps the primitive types to provide a safer, more convenient API.