golang-github-huandu-go-clone_1.6.0-1_amd64.changes (click to toggle) | |
---|---|
Format: | 1.8 |
Date: | Tue, 19 Aug 2025 15:13:07 +0000 |
Source: | golang-github-huandu-go-clone |
Binary: | golang-github-huandu-go-clone-dev |
Architecture: | source all |
Version: | 1.6.0-1 |
Distribution: | unstable |
Urgency: | medium |
Maintainer: | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
Changed-By: | Leonardo Arias Fonseca <agami@riseup.net> |
Description: | golang-github-huandu-go-clone-dev - Clone any Go data structure deeply and thoroughly (library) |
Closes: | 1108721 |
Changes: | golang-github-huandu-go-clone (1.6.0-1) unstable; urgency=medium * Initial release (Closes: #1108721) |
Files: | fee84aaa78c1eba60c6da1ed4da42dbb 2336 golang optional golang-github-huandu-go-clone_1.6.0-1.dsc feeeee0dca5d3e4023c36cd0b141c97f 29419 golang optional golang-github-huandu-go-clone_1.6.0.orig.tar.gz 5406d867fe44b41a227f340a01ac1d76 3020 golang optional golang-github-huandu-go-clone_1.6.0-1.debian.tar.xz c46ea0d80302dca59fdf3e05b1a2191c 23660 golang optional golang-github-huandu-go-clone-dev_1.6.0-1_all.deb e6ee5e7baade2fc2507ac39f5d7be486 6051 golang optional golang-github-huandu-go-clone_1.6.0-1_amd64.buildinfo |
golang-github-huandu-go-clone_1.6.0-1.dsc (click to toggle) | |
---|---|
Format: | 3.0 (quilt) |
Source: | golang-github-huandu-go-clone |
Binary: | golang-github-huandu-go-clone-dev |
Architecture: | all |
Version: | 1.6.0-1 |
Maintainer: | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
Uploaders: | Leonardo Arias Fonseca <agami@riseup.net>, Otto Kekäläinen <otto@debian.org>, |
Homepage: | https://github.com/huandu/go-clone |
Standards-Version: | 4.7.2 |
Vcs-Browser: | https://salsa.debian.org/go-team/packages/golang-github-huandu-go-clone |
Vcs-Git: | https://salsa.debian.org/go-team/packages/golang-github-huandu-go-clone.git |
Testsuite: | autopkgtest-pkg-go |
Build-Depends: | debhelper-compat (=13), dh-sequence-golang, golang-any, golang-github-huandu-go-assert-dev |
Package-List: | golang-github-huandu-go-clone-dev deb golang optional arch=all |
Files: | feeeee0dca5d3e4023c36cd0b141c97f 29419 golang-github-huandu-go-clone_1.6.0.orig.tar.gz 5406d867fe44b41a227f340a01ac1d76 3020 golang-github-huandu-go-clone_1.6.0-1.debian.tar.xz |
Go-Import-Path: | github.com/huandu/go-clone |
README.source for golang-github-huandu-go-clone_1.6.0-1.dsc (click to toggle) | |
---|---|
No README.source in this package |
control file for golang-github-huandu-go-clone-dev_1.6.0-1_all.deb (click to toggle) | |
---|---|
Package: | golang-github-huandu-go-clone-dev |
Source: | golang-github-huandu-go-clone |
Version: | 1.6.0-1 |
Architecture: | all |
Maintainer: | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
Installed-Size: | 123 |
Depends: | golang-github-huandu-go-assert-dev |
Section: | golang |
Priority: | optional |
Multi-Arch: | foreign |
Homepage: | https://github.com/huandu/go-clone |
Description: | Clone any Go data structure deeply and thoroughly (library) Package clone provides functions to deep clone any Go data. It also provides a wrapper to protect a pointer from any unexpected mutation. |
contents of golang-github-huandu-go-clone-dev_1.6.0-1_all.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-08-19 15:13 ./ drwxr-xr-x root/root 0 2025-08-19 15:13 ./usr/ drwxr-xr-x root/root 0 2025-08-19 15:13 ./usr/share/ drwxr-xr-x root/root 0 2025-08-19 15:13 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-08-19 15:13 ./usr/share/doc/golang-github-huandu-go-clone-dev/ -rw-r--r-- root/root 178 2025-08-19 15:13 ./usr/share/doc/golang-github-huandu-go-clone-dev/changelog.Debian.gz -rw-r--r-- root/root 1468 2025-08-19 15:13 ./usr/share/doc/golang-github-huandu-go-clone-dev/copyright drwxr-xr-x root/root 0 2025-08-19 15:13 ./usr/share/gocode/ drwxr-xr-x root/root 0 2025-08-19 15:13 ./usr/share/gocode/src/ drwxr-xr-x root/root 0 2025-08-19 15:13 ./usr/share/gocode/src/github.com/ drwxr-xr-x root/root 0 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/ drwxr-xr-x root/root 0 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/ -rw-r--r-- root/root 7612 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/allocator.go -rw-r--r-- root/root 2697 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/allocator_sample_test.go -rw-r--r-- root/root 1771 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/allocator_test.go -rw-r--r-- root/root 2977 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/allocatormethods.go -rw-r--r-- root/root 3175 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/allocatormethods_test.go -rw-r--r-- root/root 250 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/arena.go -rw-r--r-- root/root 244 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/arena_go120.go -rw-r--r-- root/root 2207 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/atomic_go119.go -rw-r--r-- root/root 18241 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/clone.go -rw-r--r-- root/root 608 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/clone_benchmark_test.go -rw-r--r-- root/root 16033 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/clone_common_test.go -rw-r--r-- root/root 638 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/clone_sample_test.go -rw-r--r-- root/root 298 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/clone_test.go -rw-r--r-- root/root 685 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/cloner.go drwxr-xr-x root/root 0 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/generic/ -rw-r--r-- root/root 1369 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/generic/api.go -rw-r--r-- root/root 975 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/generic/api_test.go -rw-r--r-- root/root 2812 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/generic/arena.go -rw-r--r-- root/root 1410 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/generic/arena_test.go -rw-r--r-- root/root 808 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/generic/register.go -rw-r--r-- root/root 784 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/generic/register_test.go -rw-r--r-- root/root 87 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/go.mod -rw-r--r-- root/root 889 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/go.sum -rw-r--r-- root/root 362 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/headers.go -rw-r--r-- root/root 1275 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/interfacedata.go -rw-r--r-- root/root 609 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/mapiter.go -rw-r--r-- root/root 250 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/mapiter_go112.go -rw-r--r-- root/root 392 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/memory.go -rw-r--r-- root/root 9158 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/structtype.go -rw-r--r-- root/root 2924 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/structtype_sample_test.go -rw-r--r-- root/root 5670 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/structtype_test.go -rw-r--r-- root/root 4018 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/wrapper.go -rw-r--r-- root/root 852 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/wrapper_benchmark_test.go -rw-r--r-- root/root 927 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/wrapper_sample_test.go -rw-r--r-- root/root 2323 2025-08-19 15:13 ./usr/share/gocode/src/github.com/huandu/go-clone/wrapper_test.go |
copyright of golang-github-huandu-go-clone-dev_1.6.0-1_all.deb (click to toggle) | |
---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://github.com/huandu/go-clone Upstream-Name: go-clone Upstream-Contact: https://github.com/huandu/go-clone/issues Files: * Copyright: 2019-2023 Huan Du License: Expat Files: debian/* Copyright: 2025 Flashbots <info@flashbots.net> License: Expat Comment: Debian packaging is licensed under the same terms as upstream License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
Timestamp: 20.08.2025 / 17:12:30 (UTC)