Source: docker-libkv Section: devel Priority: extra Maintainer: Debian Go Packaging Team Uploaders: Dmitry Smirnov , Tim Potter , Anthony Fok 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.