blob: a19780fda2ecbcbfe4a07c2af556ba5dc1742e40 [file] [log] [blame]
Haibo Huang9e1d1952018-06-11 15:12:29 -07001name: "antlr3"
Haibo Huangb7f974f2018-08-28 13:51:54 -07002description: "ANTLR (ANother Tool for Language Recognition) is a language tool that provides a framework for constructing recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a variety of target languages."
Haibo Huang9e1d1952018-06-11 15:12:29 -07003third_party {
4 url {
5 type: HOMEPAGE
6 value: "https://github.com/antlr/antlr3"
7 }
8 url {
9 type: ARCHIVE
Haibo Huangb7f974f2018-08-28 13:51:54 -070010 value: "https://github.com/antlr/antlr3/archive/3.5.2.zip"
Haibo Huang9e1d1952018-06-11 15:12:29 -070011 }
Haibo Huangb7f974f2018-08-28 13:51:54 -070012 version: "3.5.2"
13 last_upgrade_date {
14 year: 2018
15 month: 8
16 day: 28
17 }
Haibo Huang9e1d1952018-06-11 15:12:29 -070018}