File: control

package info (click to toggle)
miller 5.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 51,888 kB
  • sloc: ansic: 52,794; sh: 19,431; yacc: 3,433; lex: 1,162; makefile: 697; ruby: 614; python: 451
file content (24 lines) | stat: -rw-r--r-- 841 bytes parent folder | download
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".