| Sasha Smundak | e142ffe | 2021-02-17 13:35:14 -0800 | [diff] [blame] | 1 | name: "starlark-go" |
| 2 | description: | ||||
| 3 | "Starlark in Go is an interpreter for Starlark, implemented in Go." | ||||
| 4 | |||||
| 5 | third_party { | ||||
| 6 | url { | ||||
| 7 | type: GIT | ||||
| 8 | value: "https://github.com/google/starlark-go.git" | ||||
| 9 | } | ||||
| 10 | version: "ebe61bd709bf23d7baddbb34e79084d7d156be04" | ||||
| 11 | last_upgrade_date { year: 2021 month: 02 day: 17 } | ||||
| 12 | license_type: NOTICE | ||||
| 13 | } | ||||
| 14 | |||||