summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac <arunisaac@systemreboot.net>2026-02-08 21:07:52 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-02-28 22:05:10 +0000
commit84c22600ea718dacb4e5992f4664c8a1d2ca96c9 (patch)
treec08fe7fc0d66c9778f64eb1ca1a3f191edd64432
parent0b5587a3d296437a2b1fc630b79a736c5f1db83f (diff)
gnu: Add go-github-com-blevesearch-scorch-segment-api.
* gnu/packages/golang-xyz.scm (go-github-com-blevesearch-scorch-segment-api): New variable. Change-Id: I7c0e0a1c67472b8a1cbaa535a7082ba3e5063fea Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r--gnu/packages/golang-xyz.scm27
1 files changed, 27 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 293e44135d..0b98f9a284 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -3327,6 +3327,33 @@ approach to multi-version concurrency control. It's an alternative fork of
@url{https://github.com/steveyen/gtreap}.")
(license license:expat)))
+(define-public go-github-com-blevesearch-scorch-segment-api
+ (package
+ (name "go-github-com-blevesearch-scorch-segment-api")
+ (version "2.4.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/blevesearch/scorch_segment_api")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1h09w3z1vhsdy1g3lpcxa83z0lqlfvqwdxyrmh36mzyg0sc3k7s0"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/blevesearch/scorch_segment_api"))
+ (propagated-inputs
+ (list go-github-com-blevesearch-bleve-index-api
+ go-github-com-roaringbitmap-roaring))
+ (home-page "https://github.com/blevesearch/scorch_segment_api")
+ (synopsis "Scorch internal segment API")
+ (description
+ "Scorch supports a pluggable segment interface. This package provides
+that segment API interface.")
+ (license license:asl2.0)))
+
(define-public go-github-com-bmatcuk-doublestar
(package
(name "go-github-com-bmatcuk-doublestar")