golang-github-tiendc-go-deepcopy 1.7.2-1
Package Information
| Description | fast deep-copy library for Go (library) Fast deep-copy library for Go Functionalities * True deep copy * Very fast (see benchmarks section) * Ability to copy almost all Go types (number, string, bool, function, slice, map, struct) * Ability to copy data between convertible types (for example: copy from int to float) * Ability to copy between pointers and values (for example: copy from *int to int) * Ability to copy values via copying methods of destination types * Ability to copy inherited fields from embedded structs * Ability to set a destination struct field as nil if it is zero * Ability to copy unexported struct fields * Ability to copy with extra configuration settings This package contains the Go library. |
|---|---|
| Maintainer | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
| Changed By | Simon Josefsson <simon@josefsson.org> |
| Sponsor | simon@josefsson.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/go-team/packages/golang-github-tiendc-go-deepcopy.git (browse) |
| Closes | #1134698 |
| Tracker | https://tracker.debian.org/pkg/golang-github-tiendc-go-deepcopy |
| Uploaded | 5 hours ago |
New Package Report
.changes
| Changed-By | Simon Josefsson |
|---|---|
| Architecture | source all |
| Distribution | unstable |
| Date | Thu, 23 Apr 2026 10:29:40 +0200 |
| Source | golang-github-tiendc-go-deepcopy |
| Version | 1.7.2-1 |
Changelog
golang-github-tiendc-go-deepcopy (1.7.2-1) unstable; urgency=medium . * Initial release (Closes: #1134698)
.dsc
| Package-List | golang-github-tiendc-go-deepcopy-dev deb golang optional arch=all |
|---|---|
| Section | golang |
| Priority | optional |
| Component | main |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://github.com/tiendc/go-deepcopy Upstream-Name: go-deepcopy Files: * Copyright: 2023 tiendc License: Expat Files: debian/* Copyright: 2026 Simon Josefsson <simon@josefsson.org> 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.