Debian NEW package overview for golang-github-kshedden-dstream
golang-github-kshedden-dstream_0.0~git20190512.c4c4106-1_amd64.changes (click to toggle)
Format:1.8
Date:Sun, 14 Sep 2025 08:25:40 +0200
Source:golang-github-kshedden-dstream
Binary:golang-github-kshedden-dstream-dev
Architecture:source all
Version:0.0~git20190512.c4c4106-1
Distribution:unstable
Urgency:medium
Maintainer:Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Changed-By:Stephen Kitt <skitt@debian.org>
Description:
golang-github-kshedden-dstream-dev - Process data streams in Golang (library)
Closes:1115182
Changes:
golang-github-kshedden-dstream (0.0~git20190512.c4c4106-1) unstable; urgency=medium

  * Initial release. Closes: #1115182.
Files:
6ab71f3231b06ae43cf6a23b47b86dc0 2451 golang optional golang-github-kshedden-dstream_0.0~git20190512.c4c4106-1.dsc
f5a3cb61f2cecf6eebe6980c43358063 68912 golang optional golang-github-kshedden-dstream_0.0~git20190512.c4c4106.orig.tar.xz
8f76616e9b56eb6f246fe281eb0d030b 3272 golang optional golang-github-kshedden-dstream_0.0~git20190512.c4c4106-1.debian.tar.xz
7476bcdbe1c4888f0cb9e728264b0718 66168 golang optional golang-github-kshedden-dstream-dev_0.0~git20190512.c4c4106-1_all.deb
bb904d826dce9ec40e415bb80a4ceacc 7150 golang optional golang-github-kshedden-dstream_0.0~git20190512.c4c4106-1_amd64.buildinfo
golang-github-kshedden-dstream_0.0~git20190512.c4c4106-1.dsc (click to toggle)
Format:3.0 (quilt)
Source:golang-github-kshedden-dstream
Binary:golang-github-kshedden-dstream-dev
Architecture:all
Version:0.0~git20190512.c4c4106-1
Maintainer:Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:Stephen Kitt <skitt@debian.org>,
Homepage:https://github.com/kshedden/dstream
Standards-Version:4.7.2
Vcs-Browser:https://salsa.debian.org/go-team/packages/golang-github-kshedden-dstream
Vcs-Git:https://salsa.debian.org/go-team/packages/golang-github-kshedden-dstream.git
Testsuite:autopkgtest-pkg-go
Build-Depends:debhelper-compat (=13), dh-sequence-golang, golang-github-golang-snappy-dev, golang-gonum-v1-gonum-dev, golang-any
Package-List:golang-github-kshedden-dstream-dev deb golang optional arch=all
Files:
f5a3cb61f2cecf6eebe6980c43358063 68912 golang-github-kshedden-dstream_0.0~git20190512.c4c4106.orig.tar.xz
8f76616e9b56eb6f246fe281eb0d030b 3272 golang-github-kshedden-dstream_0.0~git20190512.c4c4106-1.debian.tar.xz
Go-Import-Path:github.com/kshedden/dstream
lintian 2.116.3+deb12u1 check for golang-github-kshedden-dstream_0.0~git20190512.c4c4106-1.dsc (click to toggle)
README.source for golang-github-kshedden-dstream_0.0~git20190512.c4c4106-1.dsc (click to toggle)
No README.source in this package
control file for golang-github-kshedden-dstream-dev_0.0~git20190512.c4c4106-1_all.deb (click to toggle)
Package:golang-github-kshedden-dstream-dev
Source:golang-github-kshedden-dstream
Version:0.0~git20190512.c4c4106-1
Architecture:all
Maintainer:Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Installed-Size:301
Section:golang
Priority:optional
Multi-Arch:foreign
Homepage:https://github.com/kshedden/dstream
Description:
Process data streams in Golang (library)
 Dstream is a package for manipulating streams of typed, multivariate
 data in Go.  A Dstream is a Pandas dataframe-like container that
 holds a rectangular array of data in which the columns are variables
 and the rows are cases or observations.
 .
 Dstream is designed to handle large datasets, where it is not possible
 to load all data for all variables into memory at once.  To achieve
 this, Dstream utilizes a chunked, column-based storage format. A
 chunk contains the data for a contiguous block of rows. The data are
 stored by variable (column-wise) in typed Go slices.  Only one chunk of
 the Dstream is held in memory at one time.
lintian 2.116.3+deb12u1 check for golang-github-kshedden-dstream-dev_0.0~git20190512.c4c4106-1_all.deb (click to toggle)
contents of golang-github-kshedden-dstream-dev_0.0~git20190512.c4c4106-1_all.deb (click to toggle)
drwxr-xr-x root/root         0 2025-09-14 06:25 ./
drwxr-xr-x root/root         0 2025-09-14 06:25 ./usr/
drwxr-xr-x root/root         0 2025-09-14 06:25 ./usr/share/
drwxr-xr-x root/root         0 2025-09-14 06:25 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-09-14 06:25 ./usr/share/doc/golang-github-kshedden-dstream-dev/
-rw-r--r-- root/root       186 2025-09-14 06:25 ./usr/share/doc/golang-github-kshedden-dstream-dev/changelog.Debian.gz
-rw-r--r-- root/root      1906 2025-09-14 06:21 ./usr/share/doc/golang-github-kshedden-dstream-dev/copyright
drwxr-xr-x root/root         0 2025-09-14 06:25 ./usr/share/gocode/
drwxr-xr-x root/root         0 2025-09-14 06:25 ./usr/share/gocode/src/
drwxr-xr-x root/root         0 2025-09-14 06:25 ./usr/share/gocode/src/github.com/
drwxr-xr-x root/root         0 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/
drwxr-xr-x root/root         0 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/
drwxr-xr-x root/root         0 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/
-rw-r--r-- root/root      1146 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/addcol.go
-rw-r--r-- root/root       604 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/addcol_test.go
-rw-r--r-- root/root      5157 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/base.go
-rw-r--r-- root/root       427 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/base_test.go
-rw-r--r-- root/root      5473 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/bcols.go
-rw-r--r-- root/root     12232 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/bcols_gen.go
-rw-r--r-- root/root      2046 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/bcols_test.go
-rw-r--r-- root/root      2146 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/center.go
-rw-r--r-- root/root       821 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/center_test.go
-rw-r--r-- root/root       153 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/comparisons.go
-rw-r--r-- root/root      6581 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/comparisons_gen.go
-rw-r--r-- root/root      2596 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/concathorizontal.go
-rw-r--r-- root/root       639 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/concathorizontal_test.go
-rw-r--r-- root/root      2137 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/concatvertical.go
-rw-r--r-- root/root       713 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/concatvertical_test.go
-rw-r--r-- root/root       736 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/convert.go
-rw-r--r-- root/root     14153 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/convert_gen.go
-rw-r--r-- root/root      1697 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/convert_test.go
-rw-r--r-- root/root      2311 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/dechunk_gen.go
-rw-r--r-- root/root       701 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/dechunk_test.go
-rw-r--r-- root/root      1815 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/describe.go
-rw-r--r-- root/root      1258 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/describe_test.go
-rw-r--r-- root/root      2415 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/diffchunk.go
-rw-r--r-- root/root      1633 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/diffchunk_test.go
-rw-r--r-- root/root      1159 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/doc.go
-rw-r--r-- root/root       983 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/drop.go
-rw-r--r-- root/root       679 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/drop_test.go
-rw-r--r-- root/root      1930 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/dropna.go
-rw-r--r-- root/root      2248 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/dropna_test.go
-rw-r--r-- root/root      5990 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/example_test.go
-rw-r--r-- root/root      1187 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/filtercol.go
-rw-r--r-- root/root      3269 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/filtercol_gen.go
-rw-r--r-- root/root      1965 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/filtercol_test.go
drwxr-xr-x root/root         0 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/gen/
-rw-r--r-- root/root      1576 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/gen/main.go
-rw-r--r-- root/root      1067 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/generate.go
-rw-r--r-- root/root      2397 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/generate_gen.go
-rw-r--r-- root/root       949 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/generate_test.go
-rw-r--r-- root/root       279 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/getcol_test.go
-rw-r--r-- root/root      3250 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/join.go
-rw-r--r-- root/root      1153 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/join_test.go
-rw-r--r-- root/root      2469 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/lagchunk.go
-rw-r--r-- root/root      1754 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/lagchunk_test.go
-rw-r--r-- root/root      1615 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/linapply.go
-rw-r--r-- root/root       834 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/linapply_test.go
-rw-r--r-- root/root      8036 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/loadsave_gen.go
-rw-r--r-- root/root       759 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/loadsave_test.go
-rw-r--r-- root/root      1536 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/memcopy_gen.go
-rw-r--r-- root/root       539 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/memcopy_test.go
-rw-r--r-- root/root      1051 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/mutate.go
-rw-r--r-- root/root       831 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/mutate_test.go
-rw-r--r-- root/root      1489 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/regroup.go
-rw-r--r-- root/root      3090 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/regroup_gen.go
-rw-r--r-- root/root       958 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/regroup_test.go
-rw-r--r-- root/root      1939 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/replace.go
-rw-r--r-- root/root       957 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/replace_gen.go
-rw-r--r-- root/root       634 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/replace_test.go
-rw-r--r-- root/root      2534 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/segment.go
-rw-r--r-- root/root     11719 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/segment_gen.go
-rw-r--r-- root/root      3164 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/segment_test.go
-rw-r--r-- root/root       814 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/select_cols.go
-rw-r--r-- root/root       227 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/select_cols_test.go
-rw-r--r-- root/root      1408 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/sizechunk.go
-rw-r--r-- root/root      1023 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/sizechunk_test.go
-rw-r--r-- root/root     10204 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/streamcsv.go
-rw-r--r-- root/root      3716 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/streamcsv_gen.go
-rw-r--r-- root/root      4516 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/streamcsv_test.go
drwxr-xr-x root/root         0 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/testdata/
drwxr-xr-x root/root         0 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/testdata/bcols1/
-rw-r--r-- root/root       112 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/testdata/bcols1/dtypes.json
-rw-r--r-- root/root      2656 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/testdata/bcols1/float64.bin.gz
-rw-r--r-- root/root      5092 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/testdata/bcols1/float64.bin.sz
-rw-r--r-- root/root      2436 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/testdata/bcols1/gen.go
-rw-r--r-- root/root      1908 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/testdata/bcols1/uint16.bin.gz
-rw-r--r-- root/root      2018 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/testdata/bcols1/uint16.bin.sz
-rw-r--r-- root/root      2897 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/testdata/bcols1/uint32.bin.gz
-rw-r--r-- root/root      4018 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/testdata/bcols1/uint32.bin.sz
-rw-r--r-- root/root      2687 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/testdata/bcols1/uint64.bin.gz
-rw-r--r-- root/root      4852 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/testdata/bcols1/uint64.bin.sz
-rw-r--r-- root/root       167 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/testdata/bcols1/uint8.bin.gz
-rw-r--r-- root/root       194 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/testdata/bcols1/uint8.bin.sz
-rw-r--r-- root/root      2656 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/testdata/bcols1/uvarint.bin.gz
-rw-r--r-- root/root      2878 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/testdata/bcols1/uvarint.bin.sz
drwxr-xr-x root/root         0 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/testdata/tobcols/
-rw-r--r-- root/root        31 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/testdata/tobcols/dtypes.json
-rw-r--r-- root/root        43 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/testdata/tobcols/x1.bin.gz
-rw-r--r-- root/root        49 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/testdata/tobcols/x2.bin.gz
-rw-r--r-- root/root        38 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/testdata/tobcols/x3.bin.gz
-rw-r--r-- root/root       802 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/utils.go
-rw-r--r-- root/root      9752 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/utils_gen.go
-rw-r--r-- root/root       655 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/utils_test.go
-rw-r--r-- root/root      2754 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/dstream/xform.go
drwxr-xr-x root/root         0 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/formula/
-rw-r--r-- root/root       170 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/formula/doc.go
-rw-r--r-- root/root     16929 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/formula/formula.go
-rw-r--r-- root/root      9794 2025-09-14 06:25 ./usr/share/gocode/src/github.com/kshedden/dstream/formula/formula_test.go

Timestamp: 14.09.2025 / 12:13:55 (UTC)