Source: yq-go Section: golang Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Christoph Martin , Build-Depends: debhelper-compat (= 13), dh-sequence-golang, dpkg-build-api (= 1), golang-any, golang-github-a8m-envsubst-dev, golang-github-alecthomas-participle-v2-dev, golang-github-alecthomas-repr-dev, golang-github-dimchansky-utfbom-dev, golang-github-elliotchance-orderedmap-dev, golang-github-fatih-color-dev, golang-github-go-ini-ini-dev, golang-github-goccy-go-json-dev, golang-github-goccy-go-yaml-dev, golang-github-hashicorp-hcl-v2-dev, golang-github-jinzhu-copier-dev, golang-github-magiconair-properties-dev, golang-github-pelletier-go-toml-dev, golang-github-pkg-diff-dev, golang-github-spf13-cobra-dev, golang-github-spf13-pflag-dev, golang-github-yuin-gopher-lua-dev, golang-github-zclconf-go-cty-dev, golang-go.yaml-yaml-v4-dev, golang-golang-x-mod-dev, golang-golang-x-net-dev, golang-golang-x-text-dev, help2man, Testsuite: autopkgtest-pkg-go Standards-Version: 4.7.0 Vcs-Browser: https://salsa.debian.org/go-team/packages/yq-go Vcs-Git: https://salsa.debian.org/go-team/packages/yq-go.git Homepage: https://github.com/mikefarah/yq XS-Go-Import-Path: github.com/mikefarah/yq Package: yq-go Section: utils Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, Breaks: yq (<< 3.4.3-3), Static-Built-Using: ${misc:Static-Built-Using} Description: portable command-line YAML, JSON, XML, CSV, TOML, HCL and properties processor A lightweight and portable command-line YAML, JSON, INI and XML processor. yq uses jq (https://github.com/stedolan/jq) (a popular JSON processor) like syntax but works with yaml files as well as json, kyaml, xml, ini, properties, csv and tsv. It doesn't yet support everything jq does - but it does support the most common operations and functions, and more is being added continuously.