Source: xq
Section: utils
Priority: optional
Maintainer: Pino Toscano <pino@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any (>= 2:1.23~),
               golang-github-antchfx-xmlquery-dev (>= 1.4.3~),
               golang-github-antchfx-xpath-dev (>= 1.3.3~),
               golang-github-fatih-color-dev (>= 1.17.0~),
               golang-github-puerkitobio-goquery-dev (>= 1.10.0~),
               golang-github-spf13-cobra-dev (>= 1.8.1~),
               golang-github-spf13-pflag-dev (>= 1.0.5~),
               golang-github-stretchr-testify-dev (>= 1.9.0~),
               golang-golang-x-net-dev (>= 1:0.27.0~),
               golang-golang-x-text-dev (>= 0.16.0~),
Standards-Version: 4.7.0
Homepage: https://github.com/sibprogrammer/xq
Vcs-Browser: https://salsa.debian.org/pino/xq
Vcs-Git: https://salsa.debian.org/pino/xq.git
XS-Go-Import-Path: github.com/sibprogrammer/xq

Package: xq
Section: golang
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Static-Built-Using: ${misc:Static-Built-Using},
Built-Using: ${misc:Built-Using}
Description: command line XML and HTML beautifier and content extractor
 xq is a command line XML and HTML beautifier and content extractor, similar
 to jq.
 .
 Features:
  - Syntax highlighting
  - Automatic indentation
  - Automatic pagination
  - Node content extraction
