Codebase list golang-github-imdario-mergo / 7f088954-577d-41e8-86de-cb5d43e4e55e/main debian / control
7f088954-577d-41e8-86de-cb5d43e4e55e/main

Tree @7f088954-577d-41e8-86de-cb5d43e4e55e/main (Download .tar.gz)

control @7f088954-577d-41e8-86de-cb5d43e4e55e/main

594fd36
7734c39
edb1a2e
508d3cd
b231257
0e48163
edc8057
3b8d9da
88df8f6
edb1a2e
88df8f6
fe0b24b
594fd36
041b792
 
594fd36
eb8f2bf
4bfc2d1
594fd36
 
 
2927b5f
edc8057
 
594fd36
 
 
 
Source: golang-github-imdario-mergo
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Arnaud Rebillout <arnaud.rebillout@collabora.com>,
           Dmitry Smirnov <onlyjob@debian.org>,
           Tim Potter <tpot@hpe.com>,
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-gopkg-yaml.v2-dev
Standards-Version: 4.6.2
Homepage: https://github.com/imdario/mergo
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-imdario-mergo
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-imdario-mergo.git
XS-Go-Import-Path: github.com/imdario/mergo
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go

Package: golang-github-imdario-mergo-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-gopkg-yaml.v2-dev,
         ${misc:Depends},
Description: Functions to merge structs and maps in Go
 Mergo is a set of helper functions to merge structs and maps in
 the Go language.  It is useful for configuration default values,
 avoiding messy if-statements in initialisation code.