summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac <arunisaac@systemreboot.net>2026-02-06 01:52:26 +0000
committerjgart <jgart@dismail.de>2026-02-06 14:25:51 -0600
commit7dea8abe8f07ff46e8500675f27e8dbb43da1ce7 (patch)
treec513a2c92c0be5951b4cb4158d41168bc66ba42e
parent6a65dea586df4604ba5765fbe968732486c00b5f (diff)
gnu: Add go-github-com-blevesearch-vellum.
* gnu/packages/golang-xyz.scm (go-github-com-blevesearch-vellum): New variable. Signed-off-by: jgart <jgart@dismail.de>
-rw-r--r--gnu/packages/golang-xyz.scm25
1 files changed, 25 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index c4dd990b786..486a301737e 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -15056,6 +15056,31 @@ provides that segment API interface.")
15056interface. This package provides that key-value store API interface.") 15056interface. This package provides that key-value store API interface.")
15057 (license license:asl2.0))) 15057 (license license:asl2.0)))
15058 15058
15059(define-public go-github-com-blevesearch-vellum
15060 (package
15061 (name "go-github-com-blevesearch-vellum")
15062 (version "1.2.0")
15063 (source
15064 (origin
15065 (method git-fetch)
15066 (uri (git-reference
15067 (url "https://github.com/blevesearch/vellum")
15068 (commit (string-append "v" version))))
15069 (file-name (git-file-name name version))
15070 (sha256
15071 (base32 "0z0k2pf0qmdsg30a842l78f1dx1x6b8jnfpvvvgdk8cmq8bra0kf"))))
15072 (build-system go-build-system)
15073 (arguments
15074 (list #:import-path "github.com/blevesearch/vellum"))
15075 (propagated-inputs (list go-github-com-blevesearch-mmap-go
15076 go-github-com-spf13-cobra
15077 go-github-com-bits-and-blooms-bitset))
15078 (home-page "https://github.com/blevesearch/vellum")
15079 (synopsis "Go finite state transducer")
15080 (description "This package provides a Go library for building, serializing
15081and executing an @acronym{FST, finite state transducer}.")
15082 (license license:asl2.0)))
15083
15059(define-public go-github-com-liyue201-gostl 15084(define-public go-github-com-liyue201-gostl
15060 (package 15085 (package
15061 (name "go-github-com-liyue201-gostl") 15086 (name "go-github-com-liyue201-gostl")