File: control

package info (click to toggle)
golang-github-src-d-gcfg 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 256 kB
  • sloc: makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,110 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
27
28
Source: golang-github-src-d-gcfg
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Jongmin Kim <jmkim@pukyong.ac.kr>,
           Michael Hudson-Doyle <mwhudson@debian.org>
Build-Depends: debhelper (>= 12),
               dh-golang,
               golang-any,
               golang-github-pkg-errors-dev,
               golang-gopkg-warnings.v0-dev
Standards-Version: 4.3.0
Homepage: https://github.com/src-d/gcfg
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-src-d-gcfg
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-src-d-gcfg.git
XS-Go-Import-Path: github.com/src-d/gcfg
Testsuite: autopkgtest-pkg-go

Package: golang-github-src-d-gcfg-dev
Architecture: all
Depends: golang-github-pkg-errors-dev,
         golang-gopkg-warnings.v0-dev,
         ${misc:Depends}
Description: reads INI-style configuration files into Go structs
 Gcfg reads INI-style configuration files into Go structs; supports
 user-defined types and subsections.
 .
 This package provides go-gcfg/gcfg fork for usage in src-d/go-git.