File: control

package info (click to toggle)
jqp 0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 292 kB
  • sloc: makefile: 8
file content (36 lines) | stat: -rw-r--r-- 1,490 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
Source: jqp
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Stephen Gelman <ssgelm@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-alecthomas-chroma-v2-dev,
               golang-github-atotto-clipboard-dev,
               golang-github-charmbracelet-bubbles-dev (>= 0.14.0-2~),
               golang-github-charmbracelet-bubbletea-dev,
               golang-github-charmbracelet-lipgloss-dev,
               golang-github-itchyny-gojq-dev,
               golang-github-muesli-termenv-dev,
               golang-github-spf13-cobra-dev,
               golang-github-spf13-pflag-dev,
               golang-github-spf13-viper-dev,
               help2man,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/jqp
Vcs-Git: https://salsa.debian.org/go-team/packages/jqp.git
Homepage: https://github.com/noahgorstein/jqp
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/noahgorstein/jqp

Package: jqp
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: TUI playground to experiment with jq (program)
 A TUI tool that allows for experimentation with jq with fast iteration. This
 application utilizes itchny's (https://github.com/itchyny) implementation of
 jq written in Go, gojq (https://github.com/itchyny/gojq).