guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 7dea8abe8f07ff46e8500675f27e8dbb43da1ce7
Author: Arun Isaac <[email protected]>
AuthorDate: Fri Feb 6 01:52:26 2026 +0000
gnu: Add go-github-com-blevesearch-vellum.
* gnu/packages/golang-xyz.scm (go-github-com-blevesearch-vellum): New
variable.
Signed-off-by: jgart <[email protected]>
---
gnu/packages/golang-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index c4dd990b78..486a301737 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -15056,6 +15056,31 @@ provides that segment API interface.")
interface. This package provides that key-value store API interface.")
(license license:asl2.0)))
+(define-public go-github-com-blevesearch-vellum
+ (package
+ (name "go-github-com-blevesearch-vellum")
+ (version "1.2.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/blevesearch/vellum")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0z0k2pf0qmdsg30a842l78f1dx1x6b8jnfpvvvgdk8cmq8bra0kf"))))
+ (build-system go-build-system)
+ (arguments
+ (list #:import-path "github.com/blevesearch/vellum"))
+ (propagated-inputs (list go-github-com-blevesearch-mmap-go
+ go-github-com-spf13-cobra
+ go-github-com-bits-and-blooms-bitset))
+ (home-page "https://github.com/blevesearch/vellum")
+ (synopsis "Go finite state transducer")
+ (description "This package provides a Go library for building, serializing
+and executing an @acronym{FST, finite state transducer}.")
+ (license license:asl2.0)))
+
(define-public go-github-com-liyue201-gostl
(package
(name "go-github-com-liyue201-gostl")