Source: docker-libkv Section: golang Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Dmitry Smirnov , Tim Potter , Anthony Fok , Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-etcd-server-dev (>= 3.0.0), golang-github-coreos-bbolt-dev, golang-github-hashicorp-consul-dev, golang-github-samuel-go-zookeeper-dev, golang-github-stretchr-testify-dev, Standards-Version: 4.5.1 Rules-Requires-Root: no Homepage: https://github.com/docker/libkv Vcs-Browser: https://salsa.debian.org/go-team/packages/docker-libkv Vcs-Git: https://salsa.debian.org/go-team/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: golang-etcd-server-dev (>= 3.0.0), golang-github-coreos-bbolt-dev, golang-github-hashicorp-consul-dev, golang-github-samuel-go-zookeeper-dev, ${misc:Depends}, 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.