blob: e07b7a29e03dbc59f99e5051eca86e3ada2e8850 [file] [log] [blame]
Kevin Cheng2e2b43f2019-03-27 13:13:20 -07001name: "pycparser"
Haibo Huang7f94b852019-05-02 22:37:23 -07002description: "pycparser is a parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code."
Kevin Cheng2e2b43f2019-03-27 13:13:20 -07003third_party {
4 url {
5 type: HOMEPAGE
6 value: "https://github.com/eliben/pycparser"
7 }
8 url {
9 type: GIT
10 value: "https://github.com/eliben/pycparser"
11 }
Haibo Huang7f94b852019-05-02 22:37:23 -070012 version: "release_v2.19"
Kevin Cheng2e2b43f2019-03-27 13:13:20 -070013 license_type: NOTICE
Haibo Huang7f94b852019-05-02 22:37:23 -070014 last_upgrade_date {
15 year: 2019
16 month: 5
17 day: 2
18 }
Kevin Cheng2e2b43f2019-03-27 13:13:20 -070019}