File: control

package info (click to toggle)
gojq 0.12.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 952 kB
  • sloc: yacc: 642; makefile: 85
file content (46 lines) | stat: -rw-r--r-- 1,839 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
36
37
38
39
40
41
42
43
44
45
46
Source: gojq
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any (>= 2:1.16~),
               golang-github-google-go-cmp-dev (>= 0.5.4),
               golang-github-itchyny-timefmt-go-dev (>= 0.1.5),
               golang-github-mattn-go-isatty-dev (>= 0.0.19),
               golang-github-mattn-go-runewidth-dev (>= 0.0.14),
               golang-gopkg-yaml.v3-dev (>= 3.0.1)
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/gojq
Vcs-Git: https://salsa.debian.org/go-team/packages/gojq.git
Homepage: https://github.com/itchyny/gojq
XS-Go-Import-Path: github.com/itchyny/gojq

Package: gojq
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Static-Built-Using: ${misc:Static-Built-Using}
Description: pure Go implementation of jq (program)
 gojq is an implementation of jq command written in Go language.
 You can also embed gojq as a library to your Go products.
 .
 This package contains the /usr/bin/gojq command.

Package: golang-github-itchyny-gojq-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-google-go-cmp-dev (>= 0.5.4),
         golang-github-itchyny-timefmt-go-dev (>= 0.1.5),
         golang-github-mattn-go-isatty-dev (>= 0.0.19),
         golang-github-mattn-go-runewidth-dev (>= 0.0.14),
         golang-gopkg-yaml.v3-dev (>= 3.0.1),
         ${misc:Depends}
Description: pure Go implementation of jq (library)
 gojq is an implementation of jq command written in Go language.
 You can also embed gojq as a library to your Go products.
 .
 This package contains the github.com/itchyny/gojq Go library.