mawk 1.3.4.20231102-1 source package in Ubuntu

Changelog

mawk (1.3.4.20231102-1) unstable; urgency=medium

  * New upstream snapshot 1.3.4.20231102.

 -- Boyuan Yang <email address hidden>  Tue, 14 Nov 2023 13:21:53 -0500

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.20231102-1.dsc 2.1 KiB ce5694bae6c04dae66b16ba8fa99c481eeaecd0d0874f31a50a086234d124efb
mawk_1.3.4.20231102.orig.tar.gz 403.4 KiB 1721c6949bd0d7a4bcf4924c1ff244b4be02a4e58a8b2a6ecbeb935ad0fd700a
mawk_1.3.4.20231102.orig.tar.gz.asc 729 bytes 692c9c52bfcffb18a261aa946d62248a3fd0468b841938a1beb5b134fd2e07fc
mawk_1.3.4.20231102-1.debian.tar.xz 15.2 KiB cf4ad9702f41708547906db5d47381d147343c60fde63306358897b493adda3b

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