diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-25 23:10:25 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-27 00:16:57 +0100 |
| commit | 1b0560a76bcceb87f840a4d742d1c2a9e175bcd2 (patch) | |
| tree | 1b0f9f7d33cfd8fb0ea83f9827c45e3fc3f1ea19 | |
| parent | 3800252db0751f5034cb90164e0df3008f1aa735 (diff) | |
gnu: Add go-github-com-roaringbitmap-roaring-v2.
* gnu/packages/golang-compression.scm (go-github-com-roaringbitmap-roaring-v2): New variable.
Relates-to: guix/guix!9540
| -rw-r--r-- | gnu/packages/golang-compression.scm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnu/packages/golang-compression.scm b/gnu/packages/golang-compression.scm index 02052b8f8b1..d2d5c9138fa 100644 --- a/gnu/packages/golang-compression.scm +++ b/gnu/packages/golang-compression.scm | |||
| @@ -964,6 +964,25 @@ compressed bitmap data structures (also called bitset). They are ideally | |||
| 964 | suited to represent sets of integers over relatively small ranges.") | 964 | suited to represent sets of integers over relatively small ranges.") |
| 965 | (license license:asl2.0))) | 965 | (license license:asl2.0))) |
| 966 | 966 | ||
| 967 | (define-public go-github-com-roaringbitmap-roaring-v2 | ||
| 968 | (package | ||
| 969 | (inherit go-github-com-roaringbitmap-roaring) | ||
| 970 | (name "go-github-com-roaringbitmap-roaring-v2") | ||
| 971 | (version "2.18.2") | ||
| 972 | (source | ||
| 973 | (origin | ||
| 974 | (method git-fetch) | ||
| 975 | (uri (git-reference | ||
| 976 | (url "https://github.com/RoaringBitmap/roaring") | ||
| 977 | (commit (string-append "v" version)))) | ||
| 978 | (file-name (git-file-name name version)) | ||
| 979 | (sha256 | ||
| 980 | (base32 "0i213i44834anir2m675dc9h809ni5ncrnnynmm6vdvjfinacaic")))) | ||
| 981 | (build-system go-build-system) | ||
| 982 | (arguments | ||
| 983 | (list | ||
| 984 | #:import-path "github.com/RoaringBitmap/roaring/v2")))) | ||
| 985 | |||
| 967 | (define-public go-github-com-saracen-fastzip | 986 | (define-public go-github-com-saracen-fastzip |
| 968 | (package | 987 | (package |
| 969 | (name "go-github-com-saracen-fastzip") | 988 | (name "go-github-com-saracen-fastzip") |
