aboutsummaryrefslogtreecommitdiffstats
path: root/METADATA
blob: 969313e2d3cde1519d2cb1b28c2d0194dc401c7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: "pycparser"
description:
    "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."

third_party {
  url {
    type: HOMEPAGE
    value: "https://github.com/eliben/pycparser"
  }
  url {
    type: GIT
    value: "https://github.com/eliben/pycparser"
  }
  version: "2.19"
  last_upgrade_date { year: 2019 month: 2 day: 26 }
  license_type: NOTICE
}