File: control

package info (click to toggle)
golang-gopkg-gcfg.v1 1.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 284 kB
  • sloc: makefile: 7
file content (26 lines) | stat: -rw-r--r-- 1,073 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
25
26
Source: golang-gopkg-gcfg.v1
Section: devel
Priority: optional
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>,
           Tim Potter <tpot@hpe.com>,
           Michael Hudson-Doyle <mwhudson@debian.org>
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.