File: control

package info (click to toggle)
golang-github-go-git-gcfg 2.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 256 kB
  • sloc: makefile: 12
file content (25 lines) | stat: -rw-r--r-- 787 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
Source: golang-github-go-git-gcfg
Section: golang
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 dpkg-build-api (= 1),
 golang-any,
Standards-Version: 4.7.3
Homepage: https://github.com/go-git/gcfg
Vcs-Browser: https://forgejo.debian.net/golang/golang-github-go-git-gcfg
Vcs-Git: https://forgejo.debian.net/golang/golang-github-go-git-gcfg
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/go-git/gcfg

Package: golang-github-go-git-gcfg-dev
Section: golang
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: go-gcfg/gcfg fork for usage in src-d/go-git (library)
 Gcfg reads INI-style configuration files into Go structs;
 supports user-defined types and subsections.