Source: golang-gopkg-gcfg.v1 Section: devel Priority: optional Maintainer: pkg-go Uploaders: Dmitry Smirnov , Tim Potter , Michael Hudson-Doyle Build-Depends: debhelper (>= 11~), dh-golang, golang-go, golang-gopkg-warnings.v0-dev Standards-Version: 4.1.4 Homepage: https://gopkg.in/gcfg.v1 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gopkg-gcfg.v1 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gopkg-gcfg.v1.git XS-Go-Import-Path: gopkg.in/gcfg.v1 Testsuite: autopkgtest-pkg-go Package: golang-gopkg-gcfg.v1-dev Provides: golang-googlecode-p-gcfg-dev Architecture: all Depends: golang-gopkg-warnings.v0-dev, ${misc:Depends}, ${shlibs:Depends} Description: read INI-style configuration files into Go structs gcfg reads "INI-style" text-based configuration files with "name=value" pairs grouped into sections (gcfg files). Gcfg supports user-defined types and subsections.