guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 1658c86087cb0f9bf575c5b626edfb020ed52eb1
Author: Arun Isaac <[email protected]>
AuthorDate: Fri Feb 6 01:28:55 2026 +0000
gnu: Add go-github-com-blevesearch-gtreap.
* gnu/packages/golang-xyz.scm (go-github-com-blevesearch-gtreap): New
variable.
Signed-off-by: jgart <[email protected]>
---
gnu/packages/golang-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 0880bb0996..2174669df1 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -14947,6 +14947,28 @@ textwrap.dedent)} in Python.")
library bevacqua/fuzzysearch.")
(license license:expat)))
+(define-public go-github-com-blevesearch-gtreap
+ (package
+ (name "go-github-com-blevesearch-gtreap")
+ (version "0.1.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/blevesearch/gtreap")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0pkcwgn2nkgqg01w95ivwbggcxihrc04k8i3wgaif2f437jpz2h7"))))
+ (build-system go-build-system)
+ (arguments
+ (list #:import-path "github.com/blevesearch/gtreap"))
+ (home-page "https://github.com/blevesearch/gtreap")
+ (synopsis "Go immutable treap library")
+ (description "This package provides an immutable treap implementation in
+the Go Language.")
+ (license license:expat)))
+
(define-public go-github-com-liyue201-gostl
(package
(name "go-github-com-liyue201-gostl")