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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
Source: golang-github-mightyguava-jl
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Andrej Shadura <andrewsh@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-mattn-go-isatty-dev,
golang-github-stretchr-testify-dev,
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mightyguava-jl
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mightyguava-jl.git
Homepage: https://github.com/mightyguava/jl
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/mightyguava/jl
Package: golang-github-mightyguava-jl-dev
Architecture: all
Multi-Arch: foreign
Depends:
golang-github-mattn-go-isatty-dev,
golang-github-stretchr-testify-dev,
${misc:Depends},
Description: pretty viewer for JSON logs (library)
jl is a parser and formatter for JSON logs, making machine-readable
JSON logs human readable again.
.
jl consumes JSON logs from stdin and writes human-readable logs to stdout.
.
jl currently supports 2 formatters: compact and logfmt.
.
This package provides a Go package for jl.
Package: jl
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Built-Using:
${misc:Built-Using},
Static-Built-Using: ${misc:Static-Built-Using}
Description: pretty viewer for JSON logs (program)
jl is a parser and formatter for JSON logs, making machine-readable
JSON logs human readable again.
.
jl consumes JSON logs from stdin and writes human-readable logs to stdout.
.
jl currently supports 2 formatters: compact and logfmt.
.
This package provides the command-line tool itself.
|