aboutsummaryrefslogtreecommitdiff
path: root/etc/config/scala.amazon.properties
blob: 4bd9ea5bee5ccf957fcbf13f236bbf7412ac9c5f (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
29
30
31
32
33
34
35
36
37
38
39
40
compilers=&scala
compilerType=scala
versionFlag=-version
objdumper=/opt/compiler-explorer/jdk-19.0.2/bin/javap
instructionSet=java
# Scala 3.0 was recently released, so it's a bit early to make it the default
defaultCompiler=scalac2136
demangler=
postProcess=
options=
supportsBinary=false
needsMulti=false
supportsExecute=true
interpreted=true

group.scala.compilers=&scala2:&scala3
group.scala.groupName=Scala
group.scala.baseName=scalac
group.scala.isSemVer=true
group.scala.licenseName=Apache License 2.0

group.scala2.compilers=scalac2136:scalac21214
group.scala2.licenseLink=https://github.com/scala/scala/blob/2.13.x/LICENSE

compiler.scalac2136.exe=/opt/compiler-explorer/scala-2.13.6/bin/scalac
compiler.scalac2136.semver=2.13.6
compiler.scalac2136.java_home=/opt/compiler-explorer/jdk-16.0.1
compiler.scalac2136.runtime=/opt/compiler-explorer/jdk-16.0.1/bin/java
compiler.scalac21214.exe=/opt/compiler-explorer/scala-2.12.14/bin/scalac
compiler.scalac21214.semver=2.12.14
compiler.scalac21214.java_home=/opt/compiler-explorer/jdk-16.0.1
compiler.scalac21214.runtime=/opt/compiler-explorer/jdk-16.0.1/bin/java

group.scala3.compilers=scalac300
group.scala3.licenseLink=https://github.com/lampepfl/dotty/blob/main/LICENSE

compiler.scalac300.exe=/opt/compiler-explorer/scala3-3.0.0/bin/scalac
compiler.scalac300.semver=3.0.0
compiler.scalac300.java_home=/opt/compiler-explorer/jdk-16.0.1
compiler.scalac300.runtime=/opt/compiler-explorer/jdk-16.0.1/bin/java