mawk 1.3.4.20240123-1 source package in Ubuntu

Changelog

mawk (1.3.4.20240123-1) unstable; urgency=medium

  * New upstream snapshot 1.3.4.20240123.

 -- Boyuan Yang <email address hidden>  Fri, 26 Jan 2024 09:47:02 -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.20240123-1.dsc 2.1 KiB fe68f6fc0a7f78718ec1b2c8140ddbf6f6d482ea537eaba805b7a9b3c7dd2f4e
mawk_1.3.4.20240123.orig.tar.gz 404.2 KiB a8e319a83744b1f1fb6988dfa189d61887f866e9140cc9a49eb003b2b0655e88
mawk_1.3.4.20240123.orig.tar.gz.asc 729 bytes 3b688572de36ecbb8a013cda92e294038324ed2745485e883508e9a6fdbd2472
mawk_1.3.4.20240123-1.debian.tar.xz 15.2 KiB fe64a2ee58597035b727f33dc80f459353670b32887877f73932ab7b7c028eb7

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