File: control

package info (click to toggle)
original-awk 2018-08-27-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 7,172 kB
  • sloc: ansic: 5,074; yacc: 407; awk: 65; makefile: 63; sh: 23
file content (19 lines) | stat: -rw-r--r-- 621 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: original-awk
Section: interpreters
Priority: optional
Maintainer: Santiago Vila <sanvila@debian.org>
Standards-Version: 4.5.1
Build-Depends: debhelper-compat (= 13), bison
Homepage: https://github.com/onetrueawk/awk
Rules-Requires-Root: no

Package: original-awk
Architecture: any
Pre-Depends: ${shlibs:Depends}
Depends: ${misc:Depends}
Provides: awk
Multi-Arch: foreign
Description: The original awk described in "The AWK Programming Language"
 This is the version of awk described in "The AWK Programming Language",
 by Al Aho, Brian Kernighan, and Peter Weinberger
 (Addison-Wesley, 1988, ISBN 0-201-07981-X).