guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 90c3b4aecb0eff772a154ccfafc1e882ebd77213
Author: Arun Isaac <[email protected]>
AuthorDate: Fri Feb 6 01:41:12 2026 +0000

    gnu: Add go-github-com-blevesearch-bleve-index-api.
    
    * gnu/packages/golang-xyz.scm (go-github-com-blevesearch-bleve-index-api): 
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 2174669df1..7c68ef449f 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-bleve-index-api
+  (package
+    (name "go-github-com-blevesearch-bleve-index-api")
+    (version "1.3.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/blevesearch/bleve_index_api";)
+              (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "04lcracjsx2wbgqfm1rj29km0j4cvfnlb2w3lnslgh0l51ca0m7b"))))
+    (build-system go-build-system)
+    (arguments
+     (list #:import-path "github.com/blevesearch/bleve_index_api"))
+    (home-page "https://github.com/blevesearch/bleve_index_api";)
+    (synopsis "Bleve internal index API")
+    (description "Bleve supports a pluggable index interface.  This package
+provides that index API interface.")
+    (license license:asl2.0)))
+
 (define-public go-github-com-blevesearch-gtreap
   (package
     (name "go-github-com-blevesearch-gtreap")

Reply via email to