File: control

package info (click to toggle)
zsv 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 49,160 kB
  • sloc: ansic: 175,811; cpp: 56,301; sh: 3,623; makefile: 3,048; javascript: 577; cs: 90; awk: 70; python: 41; sql: 15
file content (28 lines) | stat: -rw-r--r-- 986 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
Source: zsv
Section: utils
Priority: optional
Maintainer: Azeem Sajid <azeem.sajid@gmail.com>
Build-Depends: debhelper-compat (= 13), libncurses-dev
Standards-Version: 4.7.2
Homepage: https://github.com/liquidaty/zsv
Vcs-Browser: https://github.com/liquidaty/zsv
Vcs-Git: https://github.com/liquidaty/zsv.git
Rules-Requires-Root: no

Package: zsv
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: tabular data swiss-army knife CLI
 zsv is a fast and extensible CLI utility for CSV data.
 It achieves high performance using SIMD operations,
 efficient memory use and other optimization techniques,
 and can also parse generic-delimited and fixed-width
 formats, as well as multi-row-span headers.

Package: zsv-dev
Architecture: any
Depends: ${misc:Depends}
Description: world's fastest (SIMD) CSV parser library
 zsv-dev contains the development files for the zsv
 library, which can be used to parse CSV and other
 tabular data formats in your own C programs.