mawk 1.3.4.20200120-ok1 source package in openKylin

Changelog

mawk (1.3.4.20200120-ok1) yangtze; urgency=high

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Boyuan Yang
Architectures:
any
Section:
interpreters
Urgency:
Very Urgent

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main interpreters

Downloads

File Size SHA-256 Checksum
mawk_1.3.4.20200120.orig.tar.gz 457.9 KiB 7fd4cd1e1fae9290fe089171181bbc6291dfd9bca939ca804f0ddb851c8b8237
mawk_1.3.4.20200120-ok1.debian.tar.xz 2.9 KiB 659693c9332fccae033fd92b1fb8c36b73607c759bf79e2920b3b2419aeb6e5e
mawk_1.3.4.20200120-ok1.dsc 1.7 KiB a60e24e6652a3f8cc682eadc4921b62f25fa1a532306d7db2667960e466f93de

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