Skip to content

Commit

Permalink
Add new OCaml versions (compiler-explorer#6735)
Browse files Browse the repository at this point in the history
Tested locally and looked good. See
compiler-explorer/infra#1359
  • Loading branch information
mattgodbolt authored Jul 30, 2024
1 parent 3beeef8 commit 1d045e5
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions etc/config/ocaml.amazon.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
compilers=&ocaml
defaultCompiler=ocaml5000flambda
defaultCompiler=ocaml5200
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:ocaml4131:ocaml4131flambda:ocaml4140:ocaml4140flambda:ocaml5000:ocaml5000flambda
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:ocaml4142:ocaml4142flambda:ocaml5000:ocaml5000flambda:ocaml5100:ocaml5101:ocaml5200
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 @@ -62,10 +62,20 @@ 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.ocaml4142.exe=/opt/compiler-explorer/ocaml-4.14.2/bin/ocamlopt
compiler.ocaml4142.semver=4.14.2
compiler.ocaml4142flambda.exe=/opt/compiler-explorer/ocaml-4.14.2-flambda/bin/ocamlopt
compiler.ocaml4142flambda.semver=4.14.2-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
compiler.ocaml5100.exe=/opt/compiler-explorer/ocaml-5.1.0/bin/ocamlopt
compiler.ocaml5100.semver=5.1.0
compiler.ocaml5101.exe=/opt/compiler-explorer/ocaml-5.1.1/bin/ocamlopt
compiler.ocaml5101.semver=5.1.1
compiler.ocaml5200.exe=/opt/compiler-explorer/ocaml-5.2.0/bin/ocamlopt
compiler.ocaml5200.semver=5.2.0


#################################
Expand Down

0 comments on commit 1d045e5

Please sign in to comment.