Mon, 08 Jul 2024 23:15:16 UTC | login

Information for RPM golang-github-docker-libkv-devel-0.2.1-18.20220823gitdfacc56.fc39.noarch.rpm

ID1057345
Namegolang-github-docker-libkv-devel
Version0.2.1
Release18.20220823gitdfacc56.fc39
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 Time2023-07-20 01:22:06 GMT
Size44.95 KB
01db1bf0200eb85f841c5770ad1a8781
LicenseApache-2.0 and CC-BY-SA-4.0
Provides
golang(github.com/docker/libkv) = 0.2.1-18.20220823gitdfacc56.fc39
golang(github.com/docker/libkv)(commit=dfacc563de57ee17ca54bb3b6b2a004454f3ce41) = 0.2.1-18.20220823gitdfacc56.fc39
golang(github.com/docker/libkv/store) = 0.2.1-18.20220823gitdfacc56.fc39
golang(github.com/docker/libkv/store)(commit=dfacc563de57ee17ca54bb3b6b2a004454f3ce41) = 0.2.1-18.20220823gitdfacc56.fc39
golang(github.com/docker/libkv/store/boltdb) = 0.2.1-18.20220823gitdfacc56.fc39
golang(github.com/docker/libkv/store/boltdb)(commit=dfacc563de57ee17ca54bb3b6b2a004454f3ce41) = 0.2.1-18.20220823gitdfacc56.fc39
golang(github.com/docker/libkv/store/consul) = 0.2.1-18.20220823gitdfacc56.fc39
golang(github.com/docker/libkv/store/consul)(commit=dfacc563de57ee17ca54bb3b6b2a004454f3ce41) = 0.2.1-18.20220823gitdfacc56.fc39
golang(github.com/docker/libkv/store/etcd) = 0.2.1-18.20220823gitdfacc56.fc39
golang(github.com/docker/libkv/store/etcd)(commit=dfacc563de57ee17ca54bb3b6b2a004454f3ce41) = 0.2.1-18.20220823gitdfacc56.fc39
golang(github.com/docker/libkv/store/mock) = 0.2.1-18.20220823gitdfacc56.fc39
golang(github.com/docker/libkv/store/mock)(commit=dfacc563de57ee17ca54bb3b6b2a004454f3ce41) = 0.2.1-18.20220823gitdfacc56.fc39
golang(github.com/docker/libkv/store/zookeeper) = 0.2.1-18.20220823gitdfacc56.fc39
golang(github.com/docker/libkv/store/zookeeper)(commit=dfacc563de57ee17ca54bb3b6b2a004454f3ce41) = 0.2.1-18.20220823gitdfacc56.fc39
golang(github.com/docker/libkv/testutils) = 0.2.1-18.20220823gitdfacc56.fc39
golang(github.com/docker/libkv/testutils)(commit=dfacc563de57ee17ca54bb3b6b2a004454f3ce41) = 0.2.1-18.20220823gitdfacc56.fc39
golang-github-docker-libkv-devel = 0.2.1-18.20220823gitdfacc56.fc39
golang-ipath(github.com/docker/libkv) = 0.2.1-18.20220823gitdfacc56.fc39
golang-ipath(github.com/docker/libkv)(commit=dfacc563de57ee17ca54bb3b6b2a004454f3ce41) = 0.2.1-18.20220823gitdfacc56.fc39
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
Page:
<<< 51 through 100 of 363 >>>
Buildroot descending sort Created State
f40-build-769820-125734 2023-12-31 21:05:05 expired
f40-build-768670-125350 2023-12-29 20:20:42 expired
f40-build-767499-124638 2023-12-28 12:25:38 expired
f40-build-766719-124288 2023-12-27 08:11:58 expired
f40-build-766508-124128 2023-12-22 12:05:37 expired
f40-build-766472-124118 2023-12-22 10:38:59 expired
f40-build-766201-123901 2023-12-21 15:34:00 expired
f40-build-766173-123893 2023-12-21 14:23:27 expired
f40-build-766136-123885 2023-12-21 13:31:07 expired
f40-build-765702-123550 2023-12-20 16:58:31 expired
f40-build-765671-123546 2023-12-20 15:36:49 expired
f40-build-765444-123530 2023-12-20 09:08:04 expired
f40-build-765442-123530 2023-12-20 09:04:55 expired
f40-build-764859-123140 2023-12-19 09:48:25 expired
f40-build-764471-122942 2023-12-18 16:02:24 expired
f40-build-764469-122940 2023-12-18 15:59:38 expired
f40-build-764461-122940 2023-12-18 15:42:57 expired
f40-build-764401-122881 2023-12-18 14:05:08 expired
f40-build-764002-122649 2023-12-17 19:21:55 expired
f40-build-763912-122635 2023-12-17 16:47:50 expired
f40-build-763665-122629 2023-12-17 13:06:22 expired
f40-build-763604-122485 2023-12-17 11:57:36 expired
f40-build-763486-122469 2023-12-17 10:29:19 expired
f40-build-763355-122451 2023-12-16 22:53:47 expired
f40-build-763131-122449 2023-12-15 19:15:38 expired
f40-build-762964-122263 2023-12-15 16:09:15 expired
f40-build-762943-122261 2023-12-15 15:57:27 expired
f40-build-762768-122099 2023-12-15 13:58:55 expired
f40-build-762731-122064 2023-12-15 13:19:20 expired
f40-build-762725-122062 2023-12-15 13:15:40 expired
f40-build-762703-122062 2023-12-15 13:03:31 expired
f40-build-762335-121856 2023-12-15 09:09:13 expired
f40-build-762314-121848 2023-12-15 08:42:13 expired
f40-build-762196-121824 2023-12-14 20:11:25 expired
f40-build-762070-121814 2023-12-14 18:11:51 expired
f40-build-761947-121674 2023-12-14 15:57:16 expired
f40-build-761923-121666 2023-12-14 15:16:48 expired
f40-build-761829-121637 2023-12-14 13:25:41 expired
f40-build-761823-121637 2023-12-14 13:22:38 expired
f40-build-761763-121633 2023-12-14 12:41:38 expired
f40-build-761590-121627 2023-12-14 10:44:43 expired
f40-build-761326-121373 2023-12-13 18:25:48 expired
f40-build-761177-121297 2023-12-13 15:42:28 expired
f40-build-760796-121133 2023-12-13 08:38:47 expired
f40-build-760735-121115 2023-12-13 07:08:40 expired
f40-build-760673-121099 2023-12-13 05:30:02 expired
f40-build-760557-121099 2023-12-12 20:09:54 expired
f40-build-759806-120585 2023-12-11 16:40:30 expired
f40-build-759792-120579 2023-12-11 16:25:51 expired
f40-build-758904-120010 2023-12-09 09:31:33 expired