diff options
| author | Arun Isaac <arunisaac@systemreboot.net> | 2026-02-08 21:13:46 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-28 22:05:10 +0000 |
| commit | fa7cb73a2c4e84db98cae4b01044380ed9da4755 (patch) | |
| tree | d134bf946d54e8d2195323fe0755d2899c928cdb /gnu | |
| parent | 435eea0712e16fb2b36c0a28d19b0f0b89f405f2 (diff) | |
gnu: Add go-github-com-blevesearch-upsidedown-store-api.
* gnu/packages/golang-xyz.scm (go-github-com-blevesearch-upsidedown-store-api):
New variable.
Change-Id: Ic423c6983df8ec211c9e867f1bb387b6cb3a9952
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 176c480428..b38bd7898b 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -3468,6 +3468,30 @@ subsequent calls by using the @code{SetCurrent()} method.") frequently used with (but not limited to) the Polish language.") (license license:asl2.0))) +(define-public go-github-com-blevesearch-upsidedown-store-api + (package + (name "go-github-com-blevesearch-upsidedown-store-api") + (version "1.0.2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/blevesearch/upsidedown_store_api") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1sjs1ad4iprnmrac6g5acrb68g30q6zfihvnxx498iwq3sg4rbrz")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/blevesearch/upsidedown_store_api")) + (home-page "https://github.com/blevesearch/upsidedown_store_api") + (synopsis "Upside Down key-value store API") + (description + "Upside Down supports a pluggable key-value storage interface. This +package provides that key-value store API interface.") + (license license:asl2.0))) + (define-public go-github-com-bmatcuk-doublestar (package (name "go-github-com-bmatcuk-doublestar") |
