guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 833219c7b64ef3b8b7561fee9849b92b517acbbe
Author: Arun Isaac <[email protected]>
AuthorDate: Fri Feb 6 02:04:25 2026 +0000
gnu: Add go-github-com-blevesearch-zapx-v16.
* gnu/packages/golang-xyz.scm (go-github-com-blevesearch-zapx-v16): New
variable.
Signed-off-by: jgart <[email protected]>
---
gnu/packages/golang-xyz.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index b0d0172cdd..9823827d60 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -14988,6 +14988,37 @@ library bevacqua/fuzzysearch.")
provides that index API interface.")
(license license:asl2.0)))
+(define-public go-github-com-blevesearch-zapx-v16
+ (package
+ (name "go-github-com-blevesearch-zapx-v16")
+ (version "16.3.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/blevesearch/zapx")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "19qjnp85y4p7fx66cd2n39pc38p7n6fvi263cjpbq3l4b3zf62j2"))))
+ (build-system go-build-system)
+ (arguments
+ (list #:import-path "github.com/blevesearch/zapx"))
+ (propagated-inputs (list go-github-com-bits-and-blooms-bitset
+ go-github-com-blevesearch-bleve-index-api
+ go-github-com-blevesearch-go-faiss
+ go-github-com-blevesearch-mmap-go
+ go-github-com-blevesearch-scorch-segment-api
+ go-github-com-blevesearch-vellum
+ go-github-com-golang-snappy
+ go-github-com-roaringbitmap-roaring
+ go-github-com-spf13-cobra))
+ (home-page "https://github.com/blevesearch/zapx")
+ (synopsis "Go zap file format library")
+ (description "This package is a Go implementation of the zap file
+format.")
+ (license license:asl2.0)))
+
(define-public go-github-com-blevesearch-gtreap
(package
(name "go-github-com-blevesearch-gtreap")