mawk 1.3.4.20230808-1 source package in Ubuntu

Changelog

mawk (1.3.4.20230808-1) unstable; urgency=medium

  * New upstream snapshot 1.3.4.20230808.

 -- Boyuan Yang <email address hidden>  Sun, 20 Aug 2023 21:33:16 -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.20230808-1.dsc 2.1 KiB f9536c5a23ed26b4e139493a1c2f2f0ecf9bb232b4906b3d048c2f95af0cd6c4
mawk_1.3.4.20230808.orig.tar.gz 401.3 KiB 88f55a632e2736ff5c5f69944abc151734d89d8298d5005921180f39ab7ba6d0
mawk_1.3.4.20230808.orig.tar.gz.asc 729 bytes 3212bb1153100c1f8b516546ce4be9177a9fafe83de03f6179efaab6b0484328
mawk_1.3.4.20230808-1.debian.tar.xz 15.1 KiB 173b5525a763c0c1fa41c596c31605157d2c87e8fcb0e69efdc29b0810fa4510

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