blob: 47c310da9a51d43c18d7d79968ff647647833935 [file] [log] [blame]
Elliott Hughesae563d52017-11-16 14:57:02 -08001name: "one-true-awk"
2description:
3 "This is the version of awk described in "The AWK Programming Language", by "
4 "Al Aho, Brian Kernighan, and Peter Weinberger (Addison-Wesley, 1988, ISBN "
5 "0-201-07981-X)."
6
7third_party {
8 url {
9 type: HOMEPAGE
10 value: "https://www.cs.princeton.edu/~bwk/btl.mirror/"
11 }
12 url {
13 type: ARCHIVE
14 value: "https://www.cs.princeton.edu/~bwk/btl.mirror/awk.tar.gz"
15 }
16 version: "20121220"
17 last_upgrade_date { year: 2017 month: 11 day: 16 }
Elliott Hughes642b9b82017-11-16 22:56:16 -080018 license_type: NOTICE
Elliott Hughesae563d52017-11-16 14:57:02 -080019}