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 |
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. |
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 |
copyright of golang-github-opencoff-go-sieve-dev_0.2.1-1_all.deb (click to toggle) | |
---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://github.com/opencoff/go-sieve Upstream-Name: go-sieve Upstream-Contact: Sudhi Herle <sudhi@herle.net> Files: * Copyright: 2024 Sudhi Herle <sudhi@herle.net> License: BSD-2-clause Files: debian/* Copyright: 2025 Eric Dorland <eric@debian.org> License: BSD-2-clause Comment: Debian packaging is licensed under the same terms as upstream License: BSD-2-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.ee |
Timestamp: 20.01.2025 / 06:02:24 (UTC)