goawk 1.27.0-3 source package in Ubuntu

Changelog

goawk (1.27.0-3) unstable; urgency=medium

  * d/rules: Include docs/csv.md in the binary package.

 -- Guilherme Puida Moreira <email address hidden>  Thu, 13 Jun 2024 19:16:24 -0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
goawk_1.27.0-3.dsc 2.1 KiB 7d03777166f87cee0663b5114eba0c692b60b926ede861c361b9921e790fc12b
goawk_1.27.0.orig.tar.gz 1.6 MiB f39d5b3ff50f3c16cbfaaa40eb01ec045092afa66988e9728661c65c0e5d6a93
goawk_1.27.0-3.debian.tar.xz 6.4 KiB c759fe97df84c0e51457622047fbd94119dbd283c824d2e2b72f4e4b0b45e871

Available diffs

No changes file available.

Binary packages built by this source

goawk: POSIX-compliant AWK interpreter written in Go, with CSV support (program)

 GoAWK is a POSIX-compatible version of AWK, and additionally has a CSV
 mode for reading and writing CSV and TSV files.
 .
 Additional features GoAWK has over AWK:
 .
  * It has proper support for CSV and TSV files.
  * It's the only AWK implementation with a code coverage feature.
  * It supports negative field indexes to access fields from the right,
    for example, $-1 refers to the last field.
  * It's embeddable in your Go programs! You can even call custom Go
    functions from your AWK scripts.
  * Most AWK scripts are faster than awk and on a par with gawk, though
    usually slower than mawk.
  * The parser supports 'single-quoted strings' in addition to "double-
    quoted strings", primarily to make Windows one-liners easier when using
    the cmd.exe shell (which uses " as the quote character).
 .
 This package provides the CLI interface to goawk.

golang-github-benhoyt-goawk-dev: POSIX-compliant AWK interpreter written in Go, with CSV support (library)

 GoAWK is a POSIX-compatible version of AWK, and additionally has a CSV
 mode for reading and writing CSV and TSV files.
 .
 Additional features GoAWK has over AWK:
 .
  * It has proper support for CSV and TSV files.
  * It's the only AWK implementation with a code coverage feature.
  * It supports negative field indexes to access fields from the right,
    for example, $-1 refers to the last field.
  * It's embeddable in your Go programs! You can even call custom Go
    functions from your AWK scripts.
  * Most AWK scripts are faster than awk and on a par with gawk, though
    usually slower than mawk.
  * The parser supports 'single-quoted strings' in addition to "double-
    quoted strings", primarily to make Windows one-liners easier when using
    the cmd.exe shell (which uses " as the quote character).
 .
 This package provides the goawk library.