File: control

package info (click to toggle)
golang-github-minio-colorjson 1.0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,368 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
Source: golang-github-minio-colorjson
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Mathias Gibbens <gibmat@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-fatih-color-dev,
               golang-github-mattn-go-isatty-dev,
               golang-github-minio-pkg-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-minio-colorjson
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-minio-colorjson.git
Homepage: https://github.com/minio/colorjson
XS-Go-Import-Path: github.com/minio/colorjson

Package: golang-github-minio-colorjson-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-fatih-color-dev,
         golang-github-mattn-go-isatty-dev,
         golang-github-minio-pkg-dev,
         ${misc:Depends}
Description: Colorized json encoding and decoding (library)
 Package colorjson implements encoding and decoding of JSON as defined in
 RFC 7159. The mapping between JSON and Go values is described in the
 documentation for the Marshal and Unmarshal functions. This package is a
 fork from golang.org/pkg/encoding/json with colorized support for
 printing on terminal.