Debian NEW package overview for golang-github-opencoff-go-sieve
golang-github-opencoff-go-sieve_0.2.1-1_amd64.changes (click to toggle)
Format:1.8
Date:Sun, 19 Jan 2025 23:42:27 -0500
Source:golang-github-opencoff-go-sieve
Binary:golang-github-opencoff-go-sieve-dev
Architecture:source all
Version:0.2.1-1
Distribution:unstable
Urgency:medium
Maintainer:Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Changed-By:Eric Dorland <eric@debian.org>
Description:
golang-github-opencoff-go-sieve-dev - SIEVE cache - simpler than LRU (library)
Closes:1093576
Changes:
golang-github-opencoff-go-sieve (0.2.1-1) unstable; urgency=medium

  * Initial release (Closes: #1093576)
Files:
b44d17f3f2e46d577570709014f1896b 2273 golang optional golang-github-opencoff-go-sieve_0.2.1-1.dsc
590a150061d00c99b12f8e7a1fd50d92 6287 golang optional golang-github-opencoff-go-sieve_0.2.1.orig.tar.gz
5bf67754bdeec454cf96ec51af16cd8c 2300 golang optional golang-github-opencoff-go-sieve_0.2.1-1.debian.tar.xz
8e05e0fb8970728849a5863112a77e67 7032 golang optional golang-github-opencoff-go-sieve-dev_0.2.1-1_all.deb
b76af0ab71bfcc875e2b80403b79ef7d 6031 golang optional golang-github-opencoff-go-sieve_0.2.1-1_amd64.buildinfo
golang-github-opencoff-go-sieve_0.2.1-1.dsc (click to toggle)
Format:3.0 (quilt)
Source:golang-github-opencoff-go-sieve
Binary:golang-github-opencoff-go-sieve-dev
Architecture:all
Version:0.2.1-1
Maintainer:Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:Eric Dorland <eric@debian.org>
Homepage:https://github.com/opencoff/go-sieve
Standards-Version:4.6.2
Vcs-Browser:https://salsa.debian.org/go-team/packages/golang-github-opencoff-go-sieve
Vcs-Git:https://salsa.debian.org/go-team/packages/golang-github-opencoff-go-sieve.git
Testsuite:autopkgtest-pkg-go
Build-Depends:debhelper-compat (=13), dh-sequence-golang, golang-any
Package-List:golang-github-opencoff-go-sieve-dev deb golang optional arch=all
Files:
590a150061d00c99b12f8e7a1fd50d92 6287 golang-github-opencoff-go-sieve_0.2.1.orig.tar.gz
5bf67754bdeec454cf96ec51af16cd8c 2300 golang-github-opencoff-go-sieve_0.2.1-1.debian.tar.xz
Go-Import-Path:github.com/opencoff/go-sieve
lintian 2.104.0 check for golang-github-opencoff-go-sieve_0.2.1-1.dsc (click to toggle)
README.source for golang-github-opencoff-go-sieve_0.2.1-1.dsc (click to toggle)
No README.source in this package
control file for golang-github-opencoff-go-sieve-dev_0.2.1-1_all.deb (click to toggle)
Package:golang-github-opencoff-go-sieve-dev
Source:golang-github-opencoff-go-sieve
Version:0.2.1-1
Architecture:all
Maintainer:Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Installed-Size:31
Section:golang
Priority:optional
Multi-Arch:foreign
Homepage:https://github.com/opencoff/go-sieve
Description:
SIEVE cache - simpler than LRU (library)
 go-sieve is golang implementation of the SIEVE
 (https://yazhuozhang.com/assets/pdf/nsdi24-sieve.pdf) cache eviction
 algorithm.
 .
 This implementation closely follows the paper's pseudo-code - but uses
 golang generics to provide an ergonomic interface.
lintian 2.104.0 check for golang-github-opencoff-go-sieve-dev_0.2.1-1_all.deb (click to toggle)
contents of golang-github-opencoff-go-sieve-dev_0.2.1-1_all.deb (click to toggle)
drwxr-xr-x root/root         0 2025-01-20 04:42 ./
drwxr-xr-x root/root         0 2025-01-20 04:42 ./usr/
drwxr-xr-x root/root         0 2025-01-20 04:42 ./usr/share/
drwxr-xr-x root/root         0 2025-01-20 04:42 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-01-20 04:42 ./usr/share/doc/golang-github-opencoff-go-sieve-dev/
-rw-r--r-- root/root       171 2025-01-20 04:42 ./usr/share/doc/golang-github-opencoff-go-sieve-dev/changelog.Debian.gz
-rw-r--r-- root/root      1719 2025-01-20 04:42 ./usr/share/doc/golang-github-opencoff-go-sieve-dev/copyright
drwxr-xr-x root/root         0 2025-01-20 04:42 ./usr/share/gocode/
drwxr-xr-x root/root         0 2025-01-20 04:42 ./usr/share/gocode/src/
drwxr-xr-x root/root         0 2025-01-20 04:42 ./usr/share/gocode/src/github.com/
drwxr-xr-x root/root         0 2025-01-20 04:42 ./usr/share/gocode/src/github.com/opencoff/
drwxr-xr-x root/root         0 2025-01-20 04:42 ./usr/share/gocode/src/github.com/opencoff/go-sieve/
-rw-r--r-- root/root       775 2025-01-20 04:42 ./usr/share/gocode/src/github.com/opencoff/go-sieve/assert_test.go
-rw-r--r-- root/root        48 2025-01-20 04:42 ./usr/share/gocode/src/github.com/opencoff/go-sieve/go.mod
-rw-r--r-- root/root         0 2025-01-20 04:42 ./usr/share/gocode/src/github.com/opencoff/go-sieve/go.sum
-rw-r--r-- root/root      6991 2025-01-20 04:42 ./usr/share/gocode/src/github.com/opencoff/go-sieve/sieve.go
-rw-r--r-- root/root      1380 2025-01-20 04:42 ./usr/share/gocode/src/github.com/opencoff/go-sieve/sieve_bench_test.go
-rw-r--r-- root/root      5249 2025-01-20 04:42 ./usr/share/gocode/src/github.com/opencoff/go-sieve/sieve_test.go

Timestamp: 20.01.2025 / 06:02:24 (UTC)