Codebase list golang-github-docker-leadership / 047ba96 debian / control
047ba96

Tree @047ba96 (Download .tar.gz)

control @047ba96raw · history · blame

Source: golang-github-docker-leadership
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>, Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               golang-github-docker-libkv-dev,
               golang-github-stretchr-testify-dev
Standards-Version: 3.9.8
Homepage: https://github.com/docker/leadership
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-docker-leadership
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-docker-leadership.git
XS-Go-Import-Path: github.com/docker/leadership

Package: golang-github-docker-leadership-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go,
         golang-github-docker-libkv-dev,
         golang-github-stretchr-testify-dev
Description: distributed leader election using docker/libkv
 Distributed leader election for clustered environments.
 Leadership is a library for a cluster leader election on top of a
 distributed Key/Value store.