Elliott Hughes | ae563d5 | 2017-11-16 14:57:02 -0800 | [diff] [blame] | 1 | name: "one-true-awk" |
| 2 | description: |
| 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 | |
| 7 | third_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 Hughes | 642b9b8 | 2017-11-16 22:56:16 -0800 | [diff] [blame] | 18 | license_type: NOTICE |
Elliott Hughes | ae563d5 | 2017-11-16 14:57:02 -0800 | [diff] [blame] | 19 | } |