File: control

package info (click to toggle)
golang-robfig-config 0.0~git20141208-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 164 kB
  • ctags: 69
  • sloc: makefile: 3
file content (18 lines) | stat: -rw-r--r-- 771 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: golang-robfig-config
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hp.com>
Build-Depends: debhelper (>= 9), dh-golang, golang-go
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: git://anonscm.debian.org/pkg-go/packages/golang-robfig-config.git

Package: golang-github-robfig-config-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, golang-go
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.