File: control

package info (click to toggle)
golang-github-geertjohan-go.incremental 0.0~git20161212.0.1172aab-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 160 kB
  • ctags: 110
  • sloc: makefile: 5
file content (23 lines) | stat: -rw-r--r-- 1,066 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
Source: golang-github-geertjohan-go.incremental
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Liang Yan <liangy@hpe.com>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-any
Standards-Version: 3.9.8
Homepage: https://github.com/geertjohan/go.incremental
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-geertjohan-go.incremental.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-geertjohan-go.incremental.git
XS-Go-Import-Path: github.com/GeertJohan/go.incremental

Package: golang-github-geertjohan-go.incremental-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Go package providing type- and concurrency-safe incremental counters
 This Go package provides access to atomic integers that can be 
 tested, incremented and set in a type- and concurrency-safe manner. 
 Objects are protected by a mutex and available for all signed and 
 unsigned integer types in Go.