Source: golang-robfig-config
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 9), dh-golang (>= 1.31), golang-any
Standards-Version: 3.9.6
Homepage: https://github.com/robfig/config
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-go/packages/golang-robfig-config.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-robfig-config.git
XS-Go-Import-Path: github.com/robfig/config

Package: golang-github-robfig-config-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Configuration file parser for INI format
 Go library implementing a basic configuration file parser language
 which provides a structure similar to what you would find on
 Microsoft Windows INI files.