Source: golang-github-kelseyhightower-envconfig-dev Section: devel Priority: optional Maintainer: Pirate Praveen 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).