File: control

package info (click to toggle)
jid 0.7.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 180 kB
  • sloc: makefile: 5
file content (32 lines) | stat: -rw-r--r-- 1,229 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: jid
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper-compat (= 13),
               asciidoc-base,
               dh-golang,
               golang-github-bitly-go-simplejson-dev,
               golang-github-fatih-color-dev,
               golang-github-nsf-termbox-go-dev,
               golang-github-nwidger-jsoncolor-dev,
               golang-github-pkg-errors-dev,
               golang-github-stretchr-testify-dev,
               golang-go,
               xmlto,
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/simeji/jid/
Vcs-Git: https://salsa.debian.org/go-team/packages/jid.git
Vcs-Browser: https://salsa.debian.org/go-team/packages/jid
XS-Go-Import-Path: github.com/simeji/jid

Package: jid
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: json incremental digger
 jid a very simple tool. You can drill down JSON interactively by using
 filtering queries like jq. Suggestion and Auto completion of this tool will
 provide you a very comfortable JSON drill down.