Kaido Kert | 4a6dd9f | 2020-08-14 13:45:02 -0700 | [diff] [blame] | 1 | name: "ply" |
| 2 | description: |
| 3 | "PLY is an implementation of lex and yacc parsing tools for Python. It is " |
| 4 | "a dependency for Cobalt's IDL parser." |
| 5 | third_party { |
| 6 | # Note: This library was added to Cobalt from Chromium, but the information |
| 7 | # below reflects that of the original source code. |
| 8 | url { |
| 9 | type: ARCHIVE |
| 10 | value: "http://www.dabeaz.com/ply/ply-3.4.tar.gz" |
| 11 | } |
| 12 | last_upgrade_date { |
| 13 | year: 2011 |
| 14 | month: 2 |
| 15 | day: 17 |
| 16 | } |
Kaido Kert | e83fce9 | 2021-05-27 08:48:59 -0700 | [diff] [blame^] | 17 | license_type: NOTICE |
Kaido Kert | 4a6dd9f | 2020-08-14 13:45:02 -0700 | [diff] [blame] | 18 | } |