File: control

package info (click to toggle)
golang-gopkg-hlandau-configurable.v1 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch, stretch-backports
  • size: 80 kB
  • ctags: 11
  • sloc: makefile: 2
file content (19 lines) | stat: -rw-r--r-- 942 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: golang-gopkg-hlandau-configurable.v1
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Peter Colberg <peter@colberg.org>
Build-Depends: debhelper (>= 10), dh-golang (>= 1.10~), golang-any
Standards-Version: 3.9.8
Homepage: https://github.com/hlandau/configurable
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-gopkg-hlandau-configurable.v1.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-gopkg-hlandau-configurable.v1.git
XS-Go-Import-Path: gopkg.in/hlandau/configurable.v1

Package: golang-gopkg-hlandau-configurable.v1-dev
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Go package for managing program configuration
 This package provides an integration nexus for program configuration
 coming from command line arguments, configuration files, environment
 variables, or any other sources.