golang-github-wildducktheories-go-csv 0.0~git20210709.8745000-1 source package in Ubuntu

Changelog

golang-github-wildducktheories-go-csv (0.0~git20210709.8745000-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Update standards version to 4.5.1, no changes needed.

  [ Thorsten Alteholz ]
  * New upstream release.
  * reverse dependencies successfully built with ratt:
    - golang-github-mitch000001-go-hbci

 -- Thorsten Alteholz <email address hidden>  Fri, 07 Jan 2022 00:57:52 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-wildducktheories-go-csv_0.0~git20210709.8745000-1.dsc 2.6 KiB e7b9529725284895012d3c67a3073e120e5d6a0116814c11493bf1c5141ff002
golang-github-wildducktheories-go-csv_0.0~git20210709.8745000.orig.tar.xz 17.3 KiB 09d181dd62cbefd34895d3c402f2cc57213333c1b3d56e4a6d1f2fc02e5e71ba
golang-github-wildducktheories-go-csv_0.0~git20210709.8745000-1.debian.tar.xz 2.5 KiB 2bb1f160df1e9f624cf1f2c827ecca594796af0fd4fbc408e594789894456358

No changes file available.

Binary packages built by this source

golang-github-wildducktheories-go-csv-dev: tools for manipulating CSV files

 This package contains a set of golang tools and libraries for
 manipulating CSV representations.
 .
 As a rule, most tools in this set assume CSV files that include a header
 record that describes the contents of each field.
 .
  - csv-select - selects the specified fields from the header-prefixed,
    CSV input stream
  - uniquify - augments a partial key so that each record in the output
    stream has a unique natural key
  - surrogate-keys - augments the input stream so that each record in the
    output stream has a surrogate key derived from the MD5 sum of the
    natural key
  - csv-to-json - converts a CSV stream into a JSON stream
  - json-to-csv - converts a JSON stream into a CSV stream
  - csv-sort - sorts a CSV stream according to the specified columns
  - csv-join - joins two sorted CSV streams after matching on specified columns
  - influx-line-format - convert a CSV stream into influx line format
  - csv-use-tab - uses a table delimit while writing (default) or
    reading (--on-read) a CSV stream