mawk 1.3.4.20260129-ok1 source package in openKylin

Changelog

mawk (1.3.4.20260129-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Sun, 31 May 2026 06:45:47 -0700

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
interpreters
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main interpreters

Downloads

File Size SHA-256 Checksum
mawk_1.3.4.20260129.orig.tar.gz 426.5 KiB a71fb7efea5a63770d8fb71321ef6ae7afe0592f1aa7f7e2b496c26ccbb392a4
mawk_1.3.4.20260129.orig.tar.gz.asc 729 bytes ff191391d1132f1bff2f188e376e325c81052c4d5e5657805203afc4d88a56a0
mawk_1.3.4.20260129-ok1.debian.tar.xz 10.4 KiB 87cda25d0c193311b5cd21340ce137fa3546d122c43c60daa3183dd022e282c0
mawk_1.3.4.20260129-ok1.dsc 2.8 KiB 4d04c6a0a5699f1019a7286b08b09fa5badee76e9f0db81366b84c6930df618d

View changes file

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