summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac <arunisaac@systemreboot.net>2026-02-06 02:04:25 +0000
committerjgart <jgart@dismail.de>2026-02-06 14:25:52 -0600
commit833219c7b64ef3b8b7561fee9849b92b517acbbe (patch)
tree8908e8b2537a9c93d295393b7a7eb66ea4acffb6
parentfa0843ddbb414dc59822fa9f921732382e085cc5 (diff)
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 <jgart@dismail.de>
-rw-r--r--gnu/packages/golang-xyz.scm31
1 files changed, 31 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index b0d0172cddd..9823827d60d 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -14988,6 +14988,37 @@ library bevacqua/fuzzysearch.")
14988provides that index API interface.") 14988provides that index API interface.")
14989 (license license:asl2.0))) 14989 (license license:asl2.0)))
14990 14990
14991(define-public go-github-com-blevesearch-zapx-v16
14992 (package
14993 (name "go-github-com-blevesearch-zapx-v16")
14994 (version "16.3.0")
14995 (source
14996 (origin
14997 (method git-fetch)
14998 (uri (git-reference
14999 (url "https://github.com/blevesearch/zapx")
15000 (commit (string-append "v" version))))
15001 (file-name (git-file-name name version))
15002 (sha256
15003 (base32 "19qjnp85y4p7fx66cd2n39pc38p7n6fvi263cjpbq3l4b3zf62j2"))))
15004 (build-system go-build-system)
15005 (arguments
15006 (list #:import-path "github.com/blevesearch/zapx"))
15007 (propagated-inputs (list go-github-com-bits-and-blooms-bitset
15008 go-github-com-blevesearch-bleve-index-api
15009 go-github-com-blevesearch-go-faiss
15010 go-github-com-blevesearch-mmap-go
15011 go-github-com-blevesearch-scorch-segment-api
15012 go-github-com-blevesearch-vellum
15013 go-github-com-golang-snappy
15014 go-github-com-roaringbitmap-roaring
15015 go-github-com-spf13-cobra))
15016 (home-page "https://github.com/blevesearch/zapx")
15017 (synopsis "Go zap file format library")
15018 (description "This package is a Go implementation of the zap file
15019format.")
15020 (license license:asl2.0)))
15021
14991(define-public go-github-com-blevesearch-gtreap 15022(define-public go-github-com-blevesearch-gtreap
14992 (package 15023 (package
14993 (name "go-github-com-blevesearch-gtreap") 15024 (name "go-github-com-blevesearch-gtreap")