1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: miller
Maintainer: Stephen Kitt <skitt@debian.org>
Section: utils
Priority: optional
Build-Depends: debhelper-compat (= 13),
flex
Standards-Version: 4.5.0
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
Package: miller
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
${shlibs:Depends}
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".
|