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