aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 46a1cde1c023fd849a27b408b17a5c5a6db23298 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: "starlark-go"
description:
    "Starlark in Go is an interpreter for Starlark, implemented in Go."

third_party {
  url {
    type: GIT
    value: "https://github.com/google/starlark-go.git"
  }
  version: "ebe61bd709bf23d7baddbb34e79084d7d156be04"
  last_upgrade_date { year: 2021 month: 02 day: 17 }
  license_type: NOTICE
}