Wed, 18 Sep 2024 22:07:15 UTC | login

Information for RPM golang-github-docker-libkv-devel-0.2.1-15.20220823gitdfacc56.fc37.noarch.rpm

ID828161
Namegolang-github-docker-libkv-devel
Version0.2.1
Release15.20220823gitdfacc56.fc37
Epoch
Archnoarch
SummaryDistributed key/value store abstraction library
DescriptionLibkv provides a Go native library to store metadata. The goal of Libkv is to abstract common store operations for multiple distributed and/or local Key/Value store backends. For example, you can use it to store your metadata or for service discovery to register machines and endpoints inside your cluster. You can also easily implement a generic Leader Election on top of it (see the docker/leadership repository). As of now, Libkv offers support for Consul, Etcd, Zookeeper (Distributed store) and BoltDB (Local store). This package contains the source code needed for building packages that reference the following Go import paths: – github.com/docker/libkv
Build Time2022-08-24 18:25:48 GMT
Size44.80 KB
407721da5c9e61fb7e19dfbbadedbfd4
LicenseApache-2.0 and CC-BY-SA-4.0
Provides
golang(github.com/docker/libkv) = 0.2.1-15.20220823gitdfacc56.fc37
golang(github.com/docker/libkv)(commit=dfacc563de57ee17ca54bb3b6b2a004454f3ce41) = 0.2.1-15.20220823gitdfacc56.fc37
golang(github.com/docker/libkv/store) = 0.2.1-15.20220823gitdfacc56.fc37
golang(github.com/docker/libkv/store)(commit=dfacc563de57ee17ca54bb3b6b2a004454f3ce41) = 0.2.1-15.20220823gitdfacc56.fc37
golang(github.com/docker/libkv/store/boltdb) = 0.2.1-15.20220823gitdfacc56.fc37
golang(github.com/docker/libkv/store/boltdb)(commit=dfacc563de57ee17ca54bb3b6b2a004454f3ce41) = 0.2.1-15.20220823gitdfacc56.fc37
golang(github.com/docker/libkv/store/consul) = 0.2.1-15.20220823gitdfacc56.fc37
golang(github.com/docker/libkv/store/consul)(commit=dfacc563de57ee17ca54bb3b6b2a004454f3ce41) = 0.2.1-15.20220823gitdfacc56.fc37
golang(github.com/docker/libkv/store/etcd) = 0.2.1-15.20220823gitdfacc56.fc37
golang(github.com/docker/libkv/store/etcd)(commit=dfacc563de57ee17ca54bb3b6b2a004454f3ce41) = 0.2.1-15.20220823gitdfacc56.fc37
golang(github.com/docker/libkv/store/mock) = 0.2.1-15.20220823gitdfacc56.fc37
golang(github.com/docker/libkv/store/mock)(commit=dfacc563de57ee17ca54bb3b6b2a004454f3ce41) = 0.2.1-15.20220823gitdfacc56.fc37
golang(github.com/docker/libkv/store/zookeeper) = 0.2.1-15.20220823gitdfacc56.fc37
golang(github.com/docker/libkv/store/zookeeper)(commit=dfacc563de57ee17ca54bb3b6b2a004454f3ce41) = 0.2.1-15.20220823gitdfacc56.fc37
golang(github.com/docker/libkv/testutils) = 0.2.1-15.20220823gitdfacc56.fc37
golang(github.com/docker/libkv/testutils)(commit=dfacc563de57ee17ca54bb3b6b2a004454f3ce41) = 0.2.1-15.20220823gitdfacc56.fc37
golang-github-docker-libkv-devel = 0.2.1-15.20220823gitdfacc56.fc37
golang-ipath(github.com/docker/libkv) = 0.2.1-15.20220823gitdfacc56.fc37
golang-ipath(github.com/docker/libkv)(commit=dfacc563de57ee17ca54bb3b6b2a004454f3ce41) = 0.2.1-15.20220823gitdfacc56.fc37
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
go-filesystem
golang(github.com/go-zookeeper/zk)
golang(github.com/hashicorp/consul/api)
golang(github.com/stretchr/testify/assert)
golang(github.com/stretchr/testify/mock)
golang(go.etcd.io/bbolt)
golang(go.etcd.io/etcd/client/v2)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
1 through 37 of 37
Name ascending sort Size
/usr/share/doc/golang-github-docker-libkv-devel0.00 B
/usr/share/doc/golang-github-docker-libkv-devel/README.md6.12 KB
/usr/share/doc/golang-github-docker-libkv-devel/docs0.00 B
/usr/share/doc/golang-github-docker-libkv-devel/docs/compatibility.md4.69 KB
/usr/share/doc/golang-github-docker-libkv-devel/docs/examples.md4.13 KB
/usr/share/gocode/src/github.com0.00 B
/usr/share/gocode/src/github.com/docker0.00 B
/usr/share/gocode/src/github.com/docker/libkv0.00 B
/usr/share/gocode/src/github.com/docker/libkv/.goipath114.00 B
/usr/share/gocode/src/github.com/docker/libkv/README.md6.12 KB
/usr/share/gocode/src/github.com/docker/libkv/docs0.00 B
/usr/share/gocode/src/github.com/docker/libkv/docs/compatibility.md4.69 KB
/usr/share/gocode/src/github.com/docker/libkv/docs/examples.md4.13 KB
/usr/share/gocode/src/github.com/docker/libkv/libkv.go982.00 B
/usr/share/gocode/src/github.com/docker/libkv/libkv_test.go449.00 B
/usr/share/gocode/src/github.com/docker/libkv/store0.00 B
/usr/share/gocode/src/github.com/docker/libkv/store/boltdb0.00 B
/usr/share/gocode/src/github.com/docker/libkv/store/boltdb/boltdb.go10.15 KB
/usr/share/gocode/src/github.com/docker/libkv/store/boltdb/boltdb_test.go3.26 KB
/usr/share/gocode/src/github.com/docker/libkv/store/consul0.00 B
/usr/share/gocode/src/github.com/docker/libkv/store/consul/consul.go13.57 KB
/usr/share/gocode/src/github.com/docker/libkv/store/consul/consul_test.go1.70 KB
/usr/share/gocode/src/github.com/docker/libkv/store/etcd0.00 B
/usr/share/gocode/src/github.com/docker/libkv/store/etcd/etcd.go14.11 KB
/usr/share/gocode/src/github.com/docker/libkv/store/etcd/etcd_test.go1.13 KB
/usr/share/gocode/src/github.com/docker/libkv/store/helpers.go965.00 B
/usr/share/gocode/src/github.com/docker/libkv/store/mock0.00 B
/usr/share/gocode/src/github.com/docker/libkv/store/mock/mock.go2.70 KB
/usr/share/gocode/src/github.com/docker/libkv/store/store.go4.34 KB
/usr/share/gocode/src/github.com/docker/libkv/store/zookeeper0.00 B
/usr/share/gocode/src/github.com/docker/libkv/store/zookeeper/zookeeper.go10.14 KB
/usr/share/gocode/src/github.com/docker/libkv/store/zookeeper/zookeeper_test.go984.00 B
/usr/share/gocode/src/github.com/docker/libkv/testutils0.00 B
/usr/share/gocode/src/github.com/docker/libkv/testutils/utils.go17.10 KB
/usr/share/licenses/golang-github-docker-libkv-devel0.00 B
/usr/share/licenses/golang-github-docker-libkv-devel/LICENSE.code10.51 KB
/usr/share/licenses/golang-github-docker-libkv-devel/LICENSE.docs19.54 KB
Component of No Buildroots