Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: golang-github-houzuoguo-tiedot-devel | Distribution: Fedora Project |
Version: 3.4 | Vendor: Fedora Project |
Release: 12.fc39 | Build date: Sat Jul 22 18:24:48 2023 |
Group: Unspecified | Build host: buildhw-x86-02.iad2.fedoraproject.org |
Size: 260437 | Source RPM: tiedot-3.4-12.fc39.src.rpm |
Packager: Fedora Project | |
Url: https://github.com/HouzuoGuo/tiedot | |
Summary: NoSQL database |
Your NoSQL database powered by Golang. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/HouzuoGuo/tiedot
BSD
* Sat Jul 22 2023 Fedora Release Engineering <[email protected]> - 3.4-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Jan 21 2023 Fedora Release Engineering <[email protected]> - 3.4-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Jul 23 2022 Fedora Release Engineering <[email protected]> - 3.4-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jul 19 2022 Maxwell G <[email protected]> - 3.4-9 - Rebuild for CVE-2022-{1705,32148,30631,30633,28131,30635,30632,30630,1962} in golang * Sat Jun 18 2022 Robert-André Mauchin <[email protected]> - 3.4-8 - Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191, CVE-2022-29526, CVE-2022-30629 * Sat Jan 22 2022 Fedora Release Engineering <[email protected]> - 3.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering <[email protected]> - 3.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
/usr/share/doc/golang-github-houzuoguo-tiedot-devel /usr/share/doc/golang-github-houzuoguo-tiedot-devel/README-gommap.md /usr/share/doc/golang-github-houzuoguo-tiedot-devel/README.md /usr/share/doc/golang-github-houzuoguo-tiedot-devel/doc /usr/share/doc/golang-github-houzuoguo-tiedot-devel/doc/API-reference-and-embedded-usage.md /usr/share/doc/golang-github-houzuoguo-tiedot-devel/doc/Concurrency-and-networking.md /usr/share/doc/golang-github-houzuoguo-tiedot-devel/doc/Contributors-and-License.md /usr/share/doc/golang-github-houzuoguo-tiedot-devel/doc/Data-structures.md /usr/share/doc/golang-github-houzuoguo-tiedot-devel/doc/Home.md /usr/share/doc/golang-github-houzuoguo-tiedot-devel/doc/Limitations.md /usr/share/doc/golang-github-houzuoguo-tiedot-devel/doc/Performance-tuning-and-benchmarks.md /usr/share/doc/golang-github-houzuoguo-tiedot-devel/doc/Query-processor-and-index.md /usr/share/doc/golang-github-houzuoguo-tiedot-devel/doc/Tutorial.md /usr/share/doc/golang-github-houzuoguo-tiedot-devel/doc/Version-History.md /usr/share/gocode/src/github.com /usr/share/gocode/src/github.com/HouzuoGuo /usr/share/gocode/src/github.com/HouzuoGuo/tiedot /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/.goipath /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/README-gommap.md /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/README.md /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/benchmark.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/benchmark_test.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/data /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/data/collection.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/data/collection32.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/data/collection64.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/data/collection_test.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/data/file.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/data/file_test.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/data/hash32.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/data/hash64.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/data/hashtable.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/data/hashtable_test.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/data/partition.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/data/partition_test.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/db /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/db/col.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/db/db.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/db/db_test.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/db/doc.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/db/doc_test.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/db/idx_test.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/db/query.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/db/query_test.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/dberr /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/dberr/errors.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/doc /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/doc/API-reference-and-embedded-usage.md /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/doc/Concurrency-and-networking.md /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/doc/Contributors-and-License.md /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/doc/Data-structures.md /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/doc/Home.md /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/doc/Limitations.md /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/doc/Performance-tuning-and-benchmarks.md /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/doc/Query-processor-and-index.md /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/doc/Tutorial.md /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/doc/Version-History.md /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/example.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/example_test.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/gommap /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/gommap/mmap.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/gommap/mmap_unix.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/gommap/mmap_windows.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/httpapi /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/httpapi/collection.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/httpapi/document.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/httpapi/index.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/httpapi/jwt.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/httpapi/jwt_test.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/httpapi/misc.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/httpapi/query.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/httpapi/srv.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/main.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/tdlog /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/tdlog/tdlog.go /usr/share/gocode/src/github.com/HouzuoGuo/tiedot/tdlog/tdlog_test.go /usr/share/licenses/golang-github-houzuoguo-tiedot-devel /usr/share/licenses/golang-github-houzuoguo-tiedot-devel/LICENSE /usr/share/licenses/golang-github-houzuoguo-tiedot-devel/LICENSE-gommap
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 22:23:46 2024