File: control

package info (click to toggle)
fq 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 94,588 kB
  • sloc: xml: 2,844; makefile: 242; sh: 235; exp: 57; ansic: 17
file content (43 lines) | stat: -rw-r--r-- 1,724 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
Source: fq
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Daniel Milde <daniel@milde.cz>
Section: utils
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-golang-snappy-dev,
               golang-github-google-gopacket-dev,
               golang-github-mitchellh-mapstructure-dev,
               golang-github-pmezard-go-difflib-dev,
               golang-golang-x-text-dev,
               golang-github-wader-readline-dev,
               golang-github-wader-gojq-dev (>= 0.0~git20220822.64fe65a-1),
               golang-github-creasty-defaults-dev,
               golang-github-gopacket-gopacket-dev,
               golang-github-mitchellh-copystructure-dev,
               golang-golang-x-exp-dev,
               golang-github-burntsushi-toml-dev,
               golang-golang-x-crypto-dev,
               golang-github-gomarkdown-markdown-dev,
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/fq
Vcs-Git: https://salsa.debian.org/go-team/packages/fq.git
Homepage: https://github.com/wader/fq
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/wader/fq

Package: fq
Architecture: any
Conflicts: nq
Depends: ${misc:Depends},
         ${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: jq for binary formats (program)
 Tool, language and decoders for inspecting binary data.
 .
 In most cases fq works the same way as jq but instead of reading JSON it
 reads binary data. The result is a JSON compatible structures where each
 value has a bit range, symbolic interpretations and know how to be
 presented in a useful way.