INFO
Name: golang-github-tchap-patricia-devel
Version: 2.3.1-13.el10_0
Arch: noarch
Summary: A generic patricia trie (also called radix tree) implemented in Go (Golang)
License: MIT
Vendor: Fedora Project
Build Host: buildhw-a64-05.iad2.fedoraproject.org
Build Date: Fri Nov 8 03:51:44 2024
Size: 56448
URL: https://github.com/tchap/go-patricia
Description: A generic patricia trie (also called radix tree) implemented in Go (Golang).
The patricia trie as implemented in this library enables fast visiting of items
in some particular ways:
– visit all items saved in the tree,
– visit all items matching particular prefix (visit subtree), or
– given a string, visit all items matching some prefix of that string.
This package contains the source code needed for building packages that
reference the following Go import paths:
– github.com/tchap/go-patricia
FILES
/usr/share/doc/golang-github-tchap-patricia-devel
/usr/share/doc/golang-github-tchap-patricia-devel/AUTHORS
/usr/share/doc/golang-github-tchap-patricia-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/tchap
/usr/share/gocode/src/github.com/tchap/go-patricia
/usr/share/gocode/src/github.com/tchap/go-patricia/.goipath
/usr/share/gocode/src/github.com/tchap/go-patricia/go.mod
/usr/share/gocode/src/github.com/tchap/go-patricia/patricia
/usr/share/gocode/src/github.com/tchap/go-patricia/patricia/children.go
/usr/share/gocode/src/github.com/tchap/go-patricia/patricia/patricia.go
/usr/share/gocode/src/github.com/tchap/go-patricia/patricia/patricia_dense_test.go
/usr/share/gocode/src/github.com/tchap/go-patricia/patricia/patricia_sparse_test.go
/usr/share/gocode/src/github.com/tchap/go-patricia/patricia/patricia_test.go
/usr/share/licenses/golang-github-tchap-patricia-devel
/usr/share/licenses/golang-github-tchap-patricia-devel/LICENSE
REQUIRES
go-filesystem
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsZstd) 5.4.18-1
PROVIDES
golang(github.com/tchap/go-patricia/patricia) 2.3.1-13.el10_0
golang-github-tchap-patricia-devel 2.3.1-13.el10_0
golang-ipath(github.com/tchap/go-patricia) 2.3.1-13.el10_0
CONFIG FILES
/usr/share/doc/golang-github-tchap-patricia-devel
/usr/share/doc/golang-github-tchap-patricia-devel/AUTHORS d
/usr/share/doc/golang-github-tchap-patricia-devel/README.md d
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/tchap
/usr/share/gocode/src/github.com/tchap/go-patricia
/usr/share/gocode/src/github.com/tchap/go-patricia/.goipath
/usr/share/gocode/src/github.com/tchap/go-patricia/go.mod
/usr/share/gocode/src/github.com/tchap/go-patricia/patricia
/usr/share/gocode/src/github.com/tchap/go-patricia/patricia/children.go
/usr/share/gocode/src/github.com/tchap/go-patricia/patricia/patricia.go
/usr/share/gocode/src/github.com/tchap/go-patricia/patricia/patricia_dense_test.go
/usr/share/gocode/src/github.com/tchap/go-patricia/patricia/patricia_sparse_test.go
/usr/share/gocode/src/github.com/tchap/go-patricia/patricia/patricia_test.go
/usr/share/licenses/golang-github-tchap-patricia-devel
/usr/share/licenses/golang-github-tchap-patricia-devel/LICENSE l
LICENSE FILES
MIT
|