Git init
[external/mawk.git] / debian / tmp / DEBIAN / control
1 Package: mawk
2 Version: 1.3.3-15+s4
3 Architecture: i386
4 Maintainer: Rafal Krypa <r.krypa@samsung.com>
5 Installed-Size: 236
6 Pre-Depends: libc6 (>= 2.1)
7 Provides: awk
8 Section: utils
9 Priority: required
10 Description: a pattern scanning and text processing language
11  Mawk is an interpreter for the AWK Programming Language. The AWK
12  language is useful for manipulation of data files, text retrieval and
13  processing, and for prototyping and experimenting with algorithms. Mawk
14  is a new awk meaning it implements the AWK language as defined in Aho,
15  Kernighan and Weinberger, The AWK Programming Language, Addison-Wesley
16  Publishing, 1988. (Hereafter referred to as the AWK book.) Mawk conforms
17  to the POSIX 1003.2 (draft 11.3) definition of the AWK language
18  which contains a few features not described in the AWK book, and mawk
19  provides a small number of extensions.
20  .
21  Mawk is smaller and much faster than gawk. It has some compile-time
22  limits such as NF = 32767 and sprintf buffer = 1020.