Source: miller
Maintainer: Stephen Kitt <skitt@debian.org>
Section: utils
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-facette-natsort-dev,
               golang-github-goccmack-gocc-dev,
               golang-github-johnkerl-lumin-dev,
               golang-github-kballard-go-shellquote-dev,
               golang-github-lestrrat-go-strftime-dev,
               golang-github-mattn-go-isatty-dev,
               golang-github-pkg-profile-dev,
               golang-golang-x-term-dev,
               tzdata,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/debian/miller
Vcs-Git: https://salsa.debian.org/debian/miller.git
Homepage: https://github.com/johnkerl/miller
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/johnkerl/miller

Package: miller
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: name-indexed data processing tool
 Miller (mlr) allows name-indexed data such as CSV files to be
 processed with functions equivalent to sed, awk, cut, join, sort
 etc. It can convert between formats, preserves headers when sorting
 or reversing, and streams data where possible so its memory
 requirements stay small. It works well with pipes and can feed
 "tail -f".
