Skip to content

Commit

Permalink
Update ocaml.amazon.properties (#4464)
Browse files Browse the repository at this point in the history
  • Loading branch information
partouf authored and mattgodbolt committed Jan 24, 2023
1 parent 62fb6d5 commit f5959a5
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions etc/config/ocaml.amazon.properties
@@ -1,8 +1,8 @@
compilers=&ocaml
defaultCompiler=ocaml4120flambda
defaultCompiler=ocaml5000flambda
objdumper=/opt/compiler-explorer/gcc-snapshot/bin/objdump

group.ocaml.compilers=ocaml4120flambda:ocaml4120:ocaml4112flambda:ocaml4112:ocaml4111flambda:ocaml4111:ocaml4102flambda:ocaml4102:ocaml4101flambda:ocaml4101:ocaml4100flambda:ocaml4100:ocaml4091flambda:ocaml4091:ocaml4090flambda:ocaml4090:ocaml4081flambda:ocaml4081:ocaml4071flambda:ocaml4071:ocaml4061:ocaml4042
group.ocaml.compilers=ocaml4120flambda:ocaml4120:ocaml4112flambda:ocaml4112:ocaml4111flambda:ocaml4111:ocaml4102flambda:ocaml4102:ocaml4101flambda:ocaml4101:ocaml4100flambda:ocaml4100:ocaml4091flambda:ocaml4091:ocaml4090flambda:ocaml4090:ocaml4081flambda:ocaml4081:ocaml4071flambda:ocaml4071:ocaml4061:ocaml4042:ocaml4131:ocaml4131flambda:ocaml4140:ocaml4140flambda:ocaml5000:ocaml5000flambda
group.ocaml.isSemVer=true
group.ocaml.baseName=x86-64 ocamlopt
group.ocaml.licenseLink=https://github.com/ocaml/ocaml/blob/trunk/LICENSE
Expand Down Expand Up @@ -54,7 +54,20 @@ compiler.ocaml4120.exe=/opt/compiler-explorer/ocaml-4.12.0/bin/ocamlopt
compiler.ocaml4120.semver=4.12.0
compiler.ocaml4120flambda.exe=/opt/compiler-explorer/ocaml-4.12.0-flambda/bin/ocamlopt
compiler.ocaml4120flambda.semver=4.12.0-flambda
compiler.ocaml4131.exe=/opt/compiler-explorer/ocaml-4.13.1/bin/ocamlopt
compiler.ocaml4131.semver=4.13.1
compiler.ocaml4131flambda.exe=/opt/compiler-explorer/ocaml-4.13.1-flambda/bin/ocamlopt
compiler.ocaml4131flambda.semver=4.13.1-flambda
compiler.ocaml4140.exe=/opt/compiler-explorer/ocaml-4.14.0/bin/ocamlopt
compiler.ocaml4140.semver=4.14.0
compiler.ocaml4140flambda.exe=/opt/compiler-explorer/ocaml-4.14.0-flambda/bin/ocamlopt
compiler.ocaml4140flambda.semver=4.14.0-flambda
compiler.ocaml5000.exe=/opt/compiler-explorer/ocaml-5.0.0/bin/ocamlopt
compiler.ocaml5000.semver=5.0.0
compiler.ocaml5000flambda.exe=/opt/compiler-explorer/ocaml-5.0.0-flambda/bin/ocamlopt
compiler.ocaml5000flambda.semver=5.0.0-flambda


#################################
#################################
# Installed libs (See c++.amazon.properties for a scheme of libs group)
Expand Down

0 comments on commit f5959a5

Please sign in to comment.