File: control

package info (click to toggle)
jid 0.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 148 kB
  • ctags: 160
  • sloc: makefile: 6
file content (27 lines) | stat: -rw-r--r-- 1,042 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
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 (>= 10),
               asciidoc-base,
               dh-golang,
               golang-github-bitly-go-simplejson-dev,
               golang-github-nsf-termbox-go-dev,
               golang-github-pkg-errors-dev,
               golang-github-stretchr-testify-dev,
               golang-go,
               xmlto,
Standards-Version: 3.9.8
Homepage: https://github.com/simeji/jid/
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/jid.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/jid.git

Package: jid
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
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.