File: control

package info (click to toggle)
golang-github-hashicorp-go-hclog 0.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, bullseye-backports, forky, sid, trixie
  • size: 176 kB
  • sloc: makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,455 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
29
30
31
32
33
34
35
Source: golang-github-hashicorp-go-hclog
Section: devel
Priority: optional
Standards-Version: 4.4.1
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
    golang-github-fatih-color-dev,
    golang-github-mattn-go-isatty-dev,
    golang-github-stretchr-testify-dev,
Homepage: https://github.com/hashicorp/go-hclog
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-go-hclog
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-go-hclog.git
XS-Go-Import-Path: github.com/hashicorp/go-hclog
Testsuite: autopkgtest-pkg-go

Package: golang-github-hashicorp-go-hclog-dev
Architecture: all
Depends: ${misc:Depends},
    golang-github-fatih-color-dev,
    golang-github-mattn-go-isatty-dev,
    golang-github-stretchr-testify-dev,
Description: common logging package for HashiCorp tools
 go-hclog is a package for Go that provides a simple key/value logging
 interface for use in development and production environments.
 .
 It provides logging levels that provide decreased output based upon the
 desired amount of output, unlike the standard library log package.
 .
 It provides Printf style logging of values via hclog.Fmt().
 .
 It provides a human readable output mode for use in development as well
 as JSON output mode for production.