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 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Source: dasel
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Guilherme Puida Moreira <guilherme@puida.xyz>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-alecthomas-chroma-v2-dev,
golang-github-clbanning-mxj-dev,
golang-github-pelletier-go-toml-dev,
golang-github-spf13-cobra-dev,
golang-golang-x-net-dev,
golang-golang-x-text-dev,
golang-gopkg-yaml.v3-dev,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/dasel
Vcs-Git: https://salsa.debian.org/go-team/packages/dasel.git
Homepage: https://github.com/tomwright/dasel
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/tomwright/dasel
Package: dasel
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Static-Built-Using: ${misc:Static-Built-Using}
Description: Query, update and convert data structures from the command line (program)
Dasel (short for data-selector) allows you to query and modify data
structures using selector strings.
.
Comparable to jq / yq, but supports JSON, YAML, TOML, XML and CSV with
zero runtime dependencies.
.
This package installs the command-line tool.
Package: golang-github-tomwright-dasel-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Query, update and convert data structures from the command line (library)
Dasel (short for data-selector) allows you to query and modify data
structures using selector strings.
.
Comparable to jq / yq, but supports JSON, YAML, TOML, XML and CSV with
zero runtime dependencies.
.
This package installs the library.
|