1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: golang-github-kelseyhightower-envconfig-dev
Section: devel
Priority: optional
Maintainer: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
golang-any,
dh-golang
Standards-Version: 4.6.0
Homepage: https://github.com/kelseyhightower/envconfig
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-kelseyhightower-envconfig.git
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-kelseyhightower-envconfig
XS-Go-Import-Path: github.com/kelseyhightower/envconfig
Package: golang-github-kelseyhightower-envconfig-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: decode environment variables based on a user defined specification
Package envconfig implements decoding of environment variables based on a user
defined specification. A typical use is using environment variables for
configuration settings.
.
This library is a build dependency of gitaly (a component of gitlab, a git
based collaboration platform).
|