diff options
Diffstat (limited to 'gnu')
| -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") |
