File: control

package info (click to toggle)
golang-github-mitchellh-copystructure 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,154 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: golang-github-mitchellh-copystructure
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-mitchellh-reflectwalk-dev
Standards-Version: 4.6.0
Homepage: https://github.com/mitchellh/copystructure
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mitchellh-copystructure
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mitchellh-copystructure.git
XS-Go-Import-Path: github.com/mitchellh/copystructure
Rules-Requires-Root: no

Package: golang-github-mitchellh-copystructure-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-mitchellh-reflectwalk-dev
Description: library for deep copying values in Go
 Copystructure is a Go library for deep copying values in Go.
 .
 This library can copy Go values that may contain reference values such as
 maps, slices, or pointers, and copy their data as well instead of just
 their references.