File: control

package info (click to toggle)
golang-github-rakyll-globalconf 0.0~git20140819-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 108 kB
  • sloc: makefile: 6
file content (19 lines) | stat: -rw-r--r-- 942 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: golang-github-rakyll-globalconf
Section: golang
Priority: optional
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hp.com>
Build-Depends: debhelper-compat (= 12), dh-golang, golang-go, golang-github-glacjay-goini-dev
Standards-Version: 3.9.6
Homepage: https://github.com/rakyll/globalconf
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-rakyll-globalconf
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-rakyll-globalconf.git
XS-Go-Import-Path: github.com/rakyll/globalconf

Package: golang-github-rakyll-globalconf-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, golang-go, golang-github-glacjay-goini-dev
Description: Effortlessly persist/retrieve flags in Go programs
 Effortlessly persist/retrieve flags in Go programs. globalconf allows
 your users to not only provide flags, but config files and environment
 variables as well.