SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

golang-github-syndtr-goleveldb-devel rpm build for : Fedora 37. For other distributions click golang-github-syndtr-goleveldb-devel.

Name : golang-github-syndtr-goleveldb-devel
Version : 1.0.0 Vendor : Fedora Project
Release : 11.20210205git5c35d60.fc37 Date : 2022-07-21 13:42:44
Group : Unspecified Source RPM : golang-github-syndtr-goleveldb-1.0.0-11.20210205git5c35d60.fc37.src.rpm
Size : 0.58 MB
Packager : Fedora Project
Summary : LevelDB key/value database in Go
Description :
This is an implementation of the LevelDB key/value database in the Go
programming language.

This package contains the source code needed for building packages that
reference the following Go import paths:
– github.com/syndtr/goleveldb

RPM found in directory: /vol/rzm3/linux-fedora-buffet/alt/risc-v/repo/fedora/37/76833/riscv64/Packages/g

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  golang-github-syndtr-goleveldb-devel-1.0.0-11.20210205git5c35d60.fc37.noarch.rpm
ftp.icm.edu.pl  golang-github-syndtr-goleveldb-devel-1.0.0-11.20210205git5c35d60.fc37.noarch.rpm
     

Provides :
golang(github.com/syndtr/goleveldb/leveldb)
golang(github.com/syndtr/goleveldb/leveldb)(commit=5c35d600f0caac04c20d52438103f1a7aa612598)
golang(github.com/syndtr/goleveldb/leveldb/cache)
golang(github.com/syndtr/goleveldb/leveldb/cache)(commit=5c35d600f0caac04c20d52438103f1a7aa612598)
golang(github.com/syndtr/goleveldb/leveldb/comparer)
golang(github.com/syndtr/goleveldb/leveldb/comparer)(commit=5c35d600f0caac04c20d52438103f1a7aa612598)
golang(github.com/syndtr/goleveldb/leveldb/errors)
golang(github.com/syndtr/goleveldb/leveldb/errors)(commit=5c35d600f0caac04c20d52438103f1a7aa612598)
golang(github.com/syndtr/goleveldb/leveldb/filter)
golang(github.com/syndtr/goleveldb/leveldb/filter)(commit=5c35d600f0caac04c20d52438103f1a7aa612598)
golang(github.com/syndtr/goleveldb/leveldb/iterator)
golang(github.com/syndtr/goleveldb/leveldb/iterator)(commit=5c35d600f0caac04c20d52438103f1a7aa612598)
golang(github.com/syndtr/goleveldb/leveldb/journal)
golang(github.com/syndtr/goleveldb/leveldb/journal)(commit=5c35d600f0caac04c20d52438103f1a7aa612598)
golang(github.com/syndtr/goleveldb/leveldb/memdb)
golang(github.com/syndtr/goleveldb/leveldb/memdb)(commit=5c35d600f0caac04c20d52438103f1a7aa612598)
golang(github.com/syndtr/goleveldb/leveldb/opt)
golang(github.com/syndtr/goleveldb/leveldb/opt)(commit=5c35d600f0caac04c20d52438103f1a7aa612598)
golang(github.com/syndtr/goleveldb/leveldb/storage)
golang(github.com/syndtr/goleveldb/leveldb/storage)(commit=5c35d600f0caac04c20d52438103f1a7aa612598)
golang(github.com/syndtr/goleveldb/leveldb/table)
golang(github.com/syndtr/goleveldb/leveldb/table)(commit=5c35d600f0caac04c20d52438103f1a7aa612598)
golang(github.com/syndtr/goleveldb/leveldb/testutil)
golang(github.com/syndtr/goleveldb/leveldb/testutil)(commit=5c35d600f0caac04c20d52438103f1a7aa612598)
golang(github.com/syndtr/goleveldb/leveldb/util)
golang(github.com/syndtr/goleveldb/leveldb/util)(commit=5c35d600f0caac04c20d52438103f1a7aa612598)
golang-github-syndtr-goleveldb-devel
golang-ipath(github.com/syndtr/goleveldb)
golang-ipath(github.com/syndtr/goleveldb)(commit=5c35d600f0caac04c20d52438103f1a7aa612598)

Requires :
go-filesystem
golang(github.com/golang/snappy)
golang(github.com/onsi/ginkgo)
golang(github.com/onsi/ginkgo/config)
golang(github.com/onsi/gomega)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/share/doc/golang-github-syndtr-goleveldb-devel
/usr/share/doc/golang-github-syndtr-goleveldb-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/syndtr
/usr/share/gocode/src/github.com/syndtr/goleveldb
/usr/share/gocode/src/github.com/syndtr/goleveldb/.goipath
/usr/share/gocode/src/github.com/syndtr/goleveldb/README.md
/usr/share/gocode/src/github.com/syndtr/goleveldb/go.mod
/usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb
/usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/batch.go
/usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/batch_test.go
/usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/bench_test.go
/usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/cache
/usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/cache/bench_test.go
/usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/cache/cache.go
/usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/cache/cache_test.go
/usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/cache/lru.go
/usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/comparer
/usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/comparer.go
/usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/comparer/bytes_comparer.go
/usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/comparer/comparer.go
/usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/corrupt_test.go
/usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/db.go
/usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go
/usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/db_iter.go
/usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/db_snapshot.go
/usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/db_state.go
/usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/db_test.go
/usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/db_transaction.go
/usr/share/gocode/src/github.com/syndtr/goleveldb/leveldb/db_util.go
There is 91 files more in these RPM.

 
ICM