mawk 1.3.4.20231126-1 source package in Ubuntu

Changelog

mawk (1.3.4.20231126-1) unstable; urgency=medium

  * New upstream snapshot 1.3.4.20231126.

 -- Boyuan Yang <email address hidden>  Thu, 30 Nov 2023 20:16:14 -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.20231126-1.dsc 2.1 KiB 09d117c73898b2106a5c8372148c1c763b21ab180c032a020aa936b91708d6cb
mawk_1.3.4.20231126.orig.tar.gz 403.8 KiB 1ac1e106e2880d9f6579ad993217f4af3b6de9943f90099c8d00668cbecb4367
mawk_1.3.4.20231126.orig.tar.gz.asc 729 bytes 0eb0aadf9279fdb8f22af7c064506b54e7bb421d6b4428f6f503603ca62ca25d
mawk_1.3.4.20231126-1.debian.tar.xz 15.2 KiB 51371bbd2cd9cdda0f55d6d9976a3fdc58eae2ace742407d2233fd452ad6aac1

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