Source: golang-github-tiendc-go-deepcopy
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Simon Josefsson <simon@josefsson.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 dpkg-build-api (= 1),
 golang-any,
 golang-github-stretchr-testify-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-tiendc-go-deepcopy
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-tiendc-go-deepcopy.git
Homepage: https://github.com/tiendc/go-deepcopy
XS-Go-Import-Path: github.com/tiendc/go-deepcopy

Package: golang-github-tiendc-go-deepcopy-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-stretchr-testify-dev,
 ${misc:Depends},
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.
