File: control

package info (click to toggle)
docker-libkv 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 276 kB
  • ctags: 205
  • sloc: sh: 85; makefile: 5
file content (45 lines) | stat: -rw-r--r-- 1,826 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Source: docker-libkv
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>,
           Anthony Fok <foka@debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-github-boltdb-bolt-dev,
               golang-golang-x-net-dev,
               golang-etcd-server-dev (>= 3.0.0),
               golang-github-hashicorp-consul-dev,
               golang-github-samuel-go-zookeeper-dev,
               golang-github-stretchr-testify-dev
Standards-Version: 4.0.0
Homepage: https://github.com/docker/libkv
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/docker-libkv.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/docker-libkv.git
XS-Go-Import-Path: github.com/docker/libkv
Testsuite: autopkgtest-pkg-go

Package: golang-github-docker-libkv-dev
Architecture: all
Depends: ${misc:Depends},
         golang-any,
         golang-github-boltdb-bolt-dev,
         golang-golang-x-net-dev,
         golang-etcd-server-dev (>= 3.0.0),
         golang-github-hashicorp-consul-dev,
         golang-github-samuel-go-zookeeper-dev,
         golang-github-stretchr-testify-dev
Description: Key/Value store abstraction library
 libkv provides a Go native library to store metadata.
 .
 The goal of libkv is to abstract common store operations for multiple
 Key/Value backends and offer the same experience no matter which backend
 is used.
 .
 For example, libkv can be used it to store metadata or for service
 discovery to register machines and endpoints inside your cluster.
 .
 Also libkv can be used to implement a generic Leader Election.
 .
 As of now, libkv offers support for Consul (disabled), Etcd and Zookeeper.