1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: golang-github-kelseyhightower-envconfig-dev
Section: devel
Priority: optional
Maintainer: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 9),
golang-go,
dh-golang
Standards-Version: 4.0.0
Homepage: https://github.com/kelseyhightower/envconfig
Vcs-Git: https://anonscm.debian.org/pkg-go/golang-github-kelseyhightower-envconfig-dev.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/golang-github-kelseyhightower-envconfig-dev.git
XS-Go-Import-Path: github.com/kelseyhightower/envconfig
Package: golang-github-kelseyhightower-envconfig-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends},
golang-go
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).
|