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-go.mau-zeroconfig
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Nilesh Patra <nilesh@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-rs-zerolog-dev (>= 1.29.1-1~),
golang-github-stretchr-testify-dev <!nocheck>,
golang-gopkg-natefinch-lumberjack.v2-dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-go.mau-zeroconfig
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-go.mau-zeroconfig
Homepage: https://github.com/tulir/zeroconfig
Rules-Requires-Root: no
XS-Go-Import-Path: go.mau.fi/zeroconfig
Package: golang-go.mau-zeroconfig-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-rs-zerolog-dev (>= 1.29.1-1~),
golang-gopkg-natefinch-lumberjack.v2-dev,
${misc:Depends}
Description: Relatively simple declarative config format for zerolog
zeroconfig is a relatively simple declarative config format for zerolog.
It is meant to be used as YAML, but JSON struct tags are included as well.
|