Codebase list golang-github-imdario-mergo / 18f57d5a-0950-4899-8617-373d03194f34/main debian / control
18f57d5a-0950-4899-8617-373d03194f34/main

Tree @18f57d5a-0950-4899-8617-373d03194f34/main (Download .tar.gz)

control @18f57d5a-0950-4899-8617-373d03194f34/mainraw · history · blame

Source: golang-github-imdario-mergo
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>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-stretchr-testify-dev,
               golang-gopkg-yaml.v2-dev
Standards-Version: 4.5.1
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
Homepage: https://github.com/imdario/mergo
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/imdario/mergo

Package: golang-github-imdario-mergo-dev
Architecture: all
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.