File: control

package info (click to toggle)
golang-robfig-config 0.0~git20141208-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 152 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 916 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: golang-robfig-config
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-robfig-config
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-robfig-config.git
Homepage: https://github.com/robfig/config
XS-Go-Import-Path: github.com/robfig/config

Package: golang-github-robfig-config-dev
Architecture: all
Multi-Arch: foreign
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.