mawk/package/debian/control
2022-12-29 21:44:18 +00:00

16 lines
568 B
Plaintext

Source: mawk-cur
Maintainer: Thomas E. Dickey <dickey@invisible-island.net>
Section: interpreters
Priority: optional
Standards-Version: 4.6.0.1
Build-Depends: debhelper (>= 12)
Homepage: https://invisible-island.net/mawk/
Package: mawk-cur
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: 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.