diff options
| author | Arun Isaac <arunisaac@systemreboot.net> | 2026-02-06 01:46:27 +0000 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2026-02-06 14:25:51 -0600 |
| commit | 3eab7ed68f497bae04692f30412701b65307a9c0 (patch) | |
| tree | 160a79a2ec3bf7174edda4b6900513dc114d5223 | |
| parent | 8361f888853cf503a392643714061743b90dad0b (diff) | |
gnu: Add go-github-com-blevesearch-upsidedown-store-api.
*
gnu/packages/golang-xyz.scm (go-github-com-blevesearch-upsidedown-store-api):
New variable.
Signed-off-by: jgart <jgart@dismail.de>
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 145ef3de5c0..cbb90e3871a 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm | |||
| @@ -15016,6 +15016,28 @@ the Go Language.") | |||
| 15016 | provides that segment API interface.") | 15016 | provides that segment API interface.") |
| 15017 | (license license:asl2.0))) | 15017 | (license license:asl2.0))) |
| 15018 | 15018 | ||
| 15019 | (define-public go-github-com-blevesearch-upsidedown-store-api | ||
| 15020 | (package | ||
| 15021 | (name "go-github-com-blevesearch-upsidedown-store-api") | ||
| 15022 | (version "1.0.2") | ||
| 15023 | (source | ||
| 15024 | (origin | ||
| 15025 | (method git-fetch) | ||
| 15026 | (uri (git-reference | ||
| 15027 | (url "https://github.com/blevesearch/upsidedown_store_api") | ||
| 15028 | (commit (string-append "v" version)))) | ||
| 15029 | (file-name (git-file-name name version)) | ||
| 15030 | (sha256 | ||
| 15031 | (base32 "1sjs1ad4iprnmrac6g5acrb68g30q6zfihvnxx498iwq3sg4rbrz")))) | ||
| 15032 | (build-system go-build-system) | ||
| 15033 | (arguments | ||
| 15034 | (list #:import-path "github.com/blevesearch/upsidedown_store_api")) | ||
| 15035 | (home-page "https://github.com/blevesearch/upsidedown_store_api") | ||
| 15036 | (synopsis "Upside Down key-value store API") | ||
| 15037 | (description "Upside Down supports a pluggable key-value storage | ||
| 15038 | interface. This package provides that key-value store API interface.") | ||
| 15039 | (license license:asl2.0))) | ||
| 15040 | |||
| 15019 | (define-public go-github-com-liyue201-gostl | 15041 | (define-public go-github-com-liyue201-gostl |
| 15020 | (package | 15042 | (package |
| 15021 | (name "go-github-com-liyue201-gostl") | 15043 | (name "go-github-com-liyue201-gostl") |
