File: control

package info (click to toggle)
golang-github-roaringbitmap-roaring 0.4.21-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,004 kB
  • sloc: asm: 95; makefile: 71
file content (35 lines) | stat: -rw-r--r-- 1,548 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: golang-github-roaringbitmap-roaring
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-glycerine-go-unsnap-stream-dev,
               golang-github-smartystreets-goconvey-dev,
               golang-github-stretchr-testify-dev,
               golang-github-tinylib-msgp-dev,
               golang-github-willf-bitset-dev
Standards-Version: 4.5.0
Homepage: https://github.com/RoaringBitmap/roaring
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-roaringbitmap-roaring
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-roaringbitmap-roaring.git
XS-Go-Import-Path: github.com/RoaringBitmap/roaring
Testsuite: autopkgtest-pkg-go

Package: golang-github-roaringbitmap-roaring-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-smartystreets-goconvey-dev,
         golang-github-tinylib-msgp-dev,
         golang-github-glycerine-go-unsnap-stream-dev,
         golang-github-willf-bitset-dev
Description: Roaring bitmaps in Go
 This is a go version of the Roaring bitmap data structure.
 .
 Roaring bitmaps are found to work well in many important applications:
 .
 Use Roaring for bitmap compression whenever possible. Do not
 use other bitmap compression methods (Wang et al., SIGMOD 2017
 (http://db.ucsd.edu/wp-content/uploads/2017/03/sidm338-wangA.pdf))