mawk 1.3.4.20230525-1 source package in Ubuntu

Changelog

mawk (1.3.4.20230525-1) unstable; urgency=medium

  * Upload to unstable.

 -- Boyuan Yang <email address hidden>  Wed, 14 Jun 2023 20:37:46 -0400

Upload details

Uploaded by:
Boyuan Yang
Uploaded to:
Sid
Original maintainer:
Boyuan Yang
Architectures:
any
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mawk_1.3.4.20230525-1.dsc 1.9 KiB e6fd0a6d20e18d5a99b76bb9246794a47878f130efa28b8ee52edc89ea810020
mawk_1.3.4.20230525.orig.tar.gz 393.8 KiB 5639d14bb9124373b3d7f957d2b925ad8ad9656d46212c3f23dbca810cc9269f
mawk_1.3.4.20230525-1.debian.tar.xz 14.0 KiB 5d0b292f99d20e72fb03f47e37e30ee46283302b0bea1bebef90c30819699837

No changes file available.

Binary packages built by this source

mawk: Pattern scanning and text processing language

 Mawk is an interpreter for the AWK Programming Language. The AWK
 language is useful for manipulation of data files, text retrieval and
 processing, and for prototyping and experimenting with algorithms. Mawk
 is a new awk meaning it implements the AWK language as defined in Aho,
 Kernighan and Weinberger, The AWK Programming Language, Addison-Wesley
 Publishing, 1988. (Hereafter referred to as the AWK book.) Mawk conforms
 to the POSIX 1003.2 (draft 11.3) definition of the AWK language
 which contains a few features not described in the AWK book, and mawk
 provides a small number of extensions.
 .
 Mawk is smaller and much faster than gawk. It has some compile-time
 limits such as NF = 32767 and sprintf buffer = 1020.

mawk-dbgsym: debug symbols for mawk