File: control

package info (click to toggle)
miller 6.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 88,244 kB
  • sloc: ruby: 162; sh: 120; makefile: 87; python: 46
file content (40 lines) | stat: -rw-r--r-- 1,641 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Source: miller
Maintainer: Stephen Kitt <skitt@debian.org>
Section: utils
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any (>= 2:1.24~),
               golang-github-facette-natsort-dev,
               golang-github-goccmack-gocc-dev,
               golang-github-johnkerl-lumin-dev,
               golang-github-kballard-go-shellquote-dev,
               golang-github-klauspost-compress-dev,
               golang-github-kshedden-dstream-dev,
               golang-github-kshedden-statmodel-dev,
               golang-github-lestrrat-go-strftime-dev,
               golang-github-mattn-go-isatty-dev,
               golang-github-pkg-profile-dev,
               golang-golang-x-term-dev,
               golang-golang-x-text-dev,
               golang-gopkg-yaml.v3-dev,
               golang-pault-go-debian-dev,
               tzdata,
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/debian/miller
Vcs-Git: https://salsa.debian.org/debian/miller.git
Homepage: https://github.com/johnkerl/miller
XS-Go-Import-Path: github.com/johnkerl/miller/v6

Package: miller
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${shlibs:Depends}
Static-Built-Using: ${misc:Static-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".