golang-github-puzpuzpuz-xsync_3.5.0-1_amd64.changes (click to toggle) | |
---|---|
Format: | 1.8 |
Date: | Mon, 03 Feb 2025 16:32:21 +0100 |
Source: | golang-github-puzpuzpuz-xsync |
Binary: | golang-github-puzpuzpuz-xsync-dev |
Architecture: | source all |
Version: | 3.5.0-1 |
Distribution: | unstable |
Urgency: | medium |
Maintainer: | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
Changed-By: | Félix Sipma <felix@debian.org> |
Description: | golang-github-puzpuzpuz-xsync-dev - Concurrent data structures for Go (library) |
Closes: | 1095070 |
Changes: | golang-github-puzpuzpuz-xsync (3.5.0-1) unstable; urgency=medium * Initial release (Closes: #1095070) |
Files: | 3eb42965576b2c350608c98c942a7aa4 1646 golang optional golang-github-puzpuzpuz-xsync_3.5.0-1.dsc 29ee44b01d9296a0d79ff8af8dffd30e 47955 golang optional golang-github-puzpuzpuz-xsync_3.5.0.orig.tar.gz 487459172df01f86dca6fcc607099017 1948 golang optional golang-github-puzpuzpuz-xsync_3.5.0-1.debian.tar.xz 2e309588dcdcfabd3e26958eeac8636f 29796 golang optional golang-github-puzpuzpuz-xsync-dev_3.5.0-1_all.deb 0fd4db260dda715f8ef0120e78da1b94 7260 golang optional golang-github-puzpuzpuz-xsync_3.5.0-1_amd64.buildinfo |
golang-github-puzpuzpuz-xsync_3.5.0-1.dsc (click to toggle) | |
---|---|
Format: | 3.0 (quilt) |
Source: | golang-github-puzpuzpuz-xsync |
Binary: | golang-github-puzpuzpuz-xsync-dev |
Architecture: | all |
Version: | 3.5.0-1 |
Maintainer: | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
Uploaders: | Félix Sipma <felix@debian.org> |
Homepage: | https://github.com/puzpuzpuz/xsync |
Standards-Version: | 4.6.2 |
Vcs-Browser: | https://salsa.debian.org/go-team/packages/golang-github-puzpuzpuz-xsync |
Vcs-Git: | https://salsa.debian.org/go-team/packages/golang-github-puzpuzpuz-xsync.git |
Testsuite: | autopkgtest-pkg-go |
Build-Depends: | debhelper-compat (=13), dh-sequence-golang, golang-any |
Package-List: | golang-github-puzpuzpuz-xsync-dev deb golang optional arch=all |
Files: | 29ee44b01d9296a0d79ff8af8dffd30e 47955 golang-github-puzpuzpuz-xsync_3.5.0.orig.tar.gz 487459172df01f86dca6fcc607099017 1948 golang-github-puzpuzpuz-xsync_3.5.0-1.debian.tar.xz |
Go-Import-Path: | github.com/puzpuzpuz/xsync |
README.source for golang-github-puzpuzpuz-xsync_3.5.0-1.dsc (click to toggle) | |
---|---|
No README.source in this package |
control file for golang-github-puzpuzpuz-xsync-dev_3.5.0-1_all.deb (click to toggle) | |
---|---|
Package: | golang-github-puzpuzpuz-xsync-dev |
Source: | golang-github-puzpuzpuz-xsync |
Version: | 3.5.0-1 |
Architecture: | all |
Maintainer: | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
Installed-Size: | 218 |
Section: | golang |
Priority: | optional |
Multi-Arch: | foreign |
Homepage: | https://github.com/puzpuzpuz/xsync |
Description: | Concurrent data structures for Go (library) Aims to provide more scalable alternatives for some of the data structures from the standard sync package, but not only. |
contents of golang-github-puzpuzpuz-xsync-dev_3.5.0-1_all.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-02-03 15:32 ./ drwxr-xr-x root/root 0 2025-02-03 15:32 ./usr/ drwxr-xr-x root/root 0 2025-02-03 15:32 ./usr/share/ drwxr-xr-x root/root 0 2025-02-03 15:32 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-02-03 15:32 ./usr/share/doc/golang-github-puzpuzpuz-xsync-dev/ -rw-r--r-- root/root 176 2025-02-03 15:32 ./usr/share/doc/golang-github-puzpuzpuz-xsync-dev/changelog.Debian.gz -rw-r--r-- root/root 1110 2025-02-03 13:44 ./usr/share/doc/golang-github-puzpuzpuz-xsync-dev/copyright drwxr-xr-x root/root 0 2025-02-03 15:32 ./usr/share/gocode/ drwxr-xr-x root/root 0 2025-02-03 15:32 ./usr/share/gocode/src/ drwxr-xr-x root/root 0 2025-02-03 15:32 ./usr/share/gocode/src/github.com/ drwxr-xr-x root/root 0 2025-02-03 15:32 ./usr/share/gocode/src/github.com/puzpuzpuz/ drwxr-xr-x root/root 0 2025-02-03 15:32 ./usr/share/gocode/src/github.com/puzpuzpuz/xsync/ -rw-r--r-- root/root 2303 2025-02-03 15:32 ./usr/share/gocode/src/github.com/puzpuzpuz/xsync/counter.go -rw-r--r-- root/root 2381 2025-02-03 15:32 ./usr/share/gocode/src/github.com/puzpuzpuz/xsync/counter_test.go -rw-r--r-- root/root 1701 2025-02-03 15:32 ./usr/share/gocode/src/github.com/puzpuzpuz/xsync/example_test.go -rw-r--r-- root/root 1602 2025-02-03 15:32 ./usr/share/gocode/src/github.com/puzpuzpuz/xsync/export_test.go -rw-r--r-- root/root 46 2025-02-03 15:32 ./usr/share/gocode/src/github.com/puzpuzpuz/xsync/go.mod -rw-r--r-- root/root 27649 2025-02-03 15:32 ./usr/share/gocode/src/github.com/puzpuzpuz/xsync/map.go -rw-r--r-- root/root 37991 2025-02-03 15:32 ./usr/share/gocode/src/github.com/puzpuzpuz/xsync/map_test.go -rw-r--r-- root/root 21727 2025-02-03 15:32 ./usr/share/gocode/src/github.com/puzpuzpuz/xsync/mapof.go -rw-r--r-- root/root 38207 2025-02-03 15:32 ./usr/share/gocode/src/github.com/puzpuzpuz/xsync/mapof_test.go -rw-r--r-- root/root 3208 2025-02-03 15:32 ./usr/share/gocode/src/github.com/puzpuzpuz/xsync/mpmcqueue.go -rw-r--r-- root/root 6963 2025-02-03 15:32 ./usr/share/gocode/src/github.com/puzpuzpuz/xsync/mpmcqueue_test.go -rw-r--r-- root/root 3589 2025-02-03 15:32 ./usr/share/gocode/src/github.com/puzpuzpuz/xsync/mpmcqueueof.go -rw-r--r-- root/root 7202 2025-02-03 15:32 ./usr/share/gocode/src/github.com/puzpuzpuz/xsync/mpmcqueueof_test.go -rw-r--r-- root/root 5088 2025-02-03 15:32 ./usr/share/gocode/src/github.com/puzpuzpuz/xsync/rbmutex.go -rw-r--r-- root/root 8482 2025-02-03 15:32 ./usr/share/gocode/src/github.com/puzpuzpuz/xsync/rbmutex_test.go -rw-r--r-- root/root 2502 2025-02-03 15:32 ./usr/share/gocode/src/github.com/puzpuzpuz/xsync/spscqueue.go -rw-r--r-- root/root 2242 2025-02-03 15:32 ./usr/share/gocode/src/github.com/puzpuzpuz/xsync/spscqueue_test.go -rw-r--r-- root/root 2583 2025-02-03 15:32 ./usr/share/gocode/src/github.com/puzpuzpuz/xsync/spscqueueof.go -rw-r--r-- root/root 5655 2025-02-03 15:32 ./usr/share/gocode/src/github.com/puzpuzpuz/xsync/spscqueueof_test.go -rw-r--r-- root/root 1454 2025-02-03 15:32 ./usr/share/gocode/src/github.com/puzpuzpuz/xsync/util.go -rw-r--r-- root/root 2085 2025-02-03 15:32 ./usr/share/gocode/src/github.com/puzpuzpuz/xsync/util_hash.go -rw-r--r-- root/root 4851 2025-02-03 15:32 ./usr/share/gocode/src/github.com/puzpuzpuz/xsync/util_hash_test.go -rw-r--r-- root/root 4821 2025-02-03 15:32 ./usr/share/gocode/src/github.com/puzpuzpuz/xsync/util_test.go |
copyright of golang-github-puzpuzpuz-xsync-dev_3.5.0-1_all.deb (click to toggle) | |
---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://github.com/puzpuzpuz/xsync Upstream-Name: xsync Upstream-Contact: Andrei Pechkurov <apechkurov@gmail.com> Files: * Copyright: 2021 Andrei Pechkurov License: Apache-2.0 Files: debian/* Copyright: 2025 Félix Sipma <felix@debian.org> License: Apache-2.0 Comment: Debian packaging is licensed under the same terms as upstream License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . https://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Comment: On Debian systems, the complete text of the Apache version 2.0 license can be found in "/usr/share/common-licenses/Apache-2.0". |
Timestamp: 03.02.2025 / 21:12:31 (UTC)