summaryrefslogtreecommitdiff
path: root/METADATA
blob: 27bf2ef4f3d3d984461e4c6ea0f384886c3f129a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: "kotlinc"
description: "Standalone Kotlin command-line compiler tools."
third_party {
  url {
    type: HOMEPAGE
    value: "https://kotlinlang.org/"
  }
  url {
    type: ARCHIVE
    value: "https://github.com/JetBrains/kotlin/releases/download/v1.5.21/kotlin-compiler-1.5.21.zip"
  }
  url {
    type: ARCHIVE
    value: "https://github.com/JetBrains/intellij-community/raw/171/lib/src/trove4j_src.jar"
  }
  version: "v1.5.21"
  # would be RECIPROCAL save for:
  #   license/third_party/rhino_LICENSE.txt
  #   license/third_party/testdata/findbugs_license.txt
  #   license/third_party/trove_license.txt
  #   license/third_party/trove_readme_license.txt
  license_type: RESTRICTED
  last_upgrade_date {
    year: 2021
    month: 7
    day: 22
  }
}