blob: d62517b84467daf1bd9374d46d47b1417abf88bb (
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
|
compilers=&erlang:&erlangasm
group.erlang.compilers=erl2416:erl2622
group.erlang.isSemVer=true
group.erlang.baseName=Erlang
group.erlang.compilerType=erlang
group.erlang.instructionSet=beam
group.erlangasm.compilers=erl2622asm
group.erlangasm.isSemVer=true
group.erlangasm.baseName=Erlang Asm
group.erlangasm.compilerType=erlangasm
group.erlangasm.instructionSet=amd64
compiler.erl2416.exe=/opt/compiler-explorer/erlang-24.1.6/bin/erl
compiler.erl2416.runtime=/opt/compiler-explorer/erlang-24.1.6/bin/erl
compiler.erl2416.semver=24.1.6
compiler.erl2622.exe=/opt/compiler-explorer/erlang-26.2.2/bin/erl
compiler.erl2622.runtime=/opt/compiler-explorer/erlang-26.2.2/bin/erl
compiler.erl2622.semver=26.2.2
compiler.erl2622asm.exe=/opt/compiler-explorer/erlang-26.2.2/bin/erl
compiler.erl2622asm.runtime=/opt/compiler-explorer/erlang-26.2.2/bin/erl
compiler.erl2622asm.semver=26.2.2
|