| compilers=&zig |
| defaultCompiler=z0100 |
| |
| # When adding a compiler here, please add it in the &zigcc and &zigcxx compiler groups too (C and C++ files, respectively) |
| group.zig.compilers=ztrunk:z020:z030:z040:z050:z060:z070:z071:z080:z090:z0100 |
| group.zig.objdumper=/opt/compiler-explorer/gcc-11.1.0/bin/objdump |
| group.zig.isSemVer=true |
| group.zig.baseName=zig |
| group.zig.compilerType=zig |
| group.zig.versionFlag=version |
| group.zig.licenseLink=https://github.com/ziglang/zig/blob/master/LICENSE |
| group.zig.licenseName=The MIT License (Expat) |
| group.zig.licensePreamble=Copyright (c) 2015-2022, Zig contributors |
| |
| compiler.ztrunk.exe=/opt/compiler-explorer/zig-master/zig |
| compiler.ztrunk.semver=trunk |
| compiler.z020.exe=/opt/compiler-explorer/zig-0.2.0/zig |
| compiler.z020.semver=0.2.0 |
| compiler.z020.options=--zig-install-prefix /opt/compiler-explorer/zig-0.2.0 |
| compiler.z030.exe=/opt/compiler-explorer/zig-0.3.0/zig |
| compiler.z030.semver=0.3.0 |
| compiler.z040.exe=/opt/compiler-explorer/zig-0.4.0/zig |
| compiler.z040.semver=0.4.0 |
| compiler.z050.exe=/opt/compiler-explorer/zig-0.5.0/zig |
| compiler.z050.semver=0.5.0 |
| compiler.z060.exe=/opt/compiler-explorer/zig-0.6.0/zig |
| compiler.z060.semver=0.6.0 |
| compiler.z070.exe=/opt/compiler-explorer/zig-0.7.0/zig |
| compiler.z070.semver=0.7.0 |
| compiler.z071.exe=/opt/compiler-explorer/zig-0.7.1/zig |
| compiler.z071.semver=0.7.1 |
| compiler.z080.exe=/opt/compiler-explorer/zig-0.8.0/zig |
| compiler.z080.semver=0.8.0 |
| compiler.z090.exe=/opt/compiler-explorer/zig-0.9.0/zig |
| compiler.z090.semver=0.9.0 |
| compiler.z0100.exe=/opt/compiler-explorer/zig-0.10.0/zig |
| compiler.z0100.semver=0.10.0 |
| |
| ################################# |
| ################################# |
| # Installed libs (See c++.amazon.properties for a scheme of libs group) |
| libs=zigargs |
| libs.zigargs.name=args |
| libs.zigargs.url=https://github.com/MasterQ32/zig-args |
| libs.zigargs.description=Zig Argument Parser |
| libs.zigargs.versions=trunk:01 |
| libs.zigargs.versions.trunk.version=trunk |
| libs.zigargs.versions.trunk.path=/opt/compiler-explorer/libs/zig-args/trunk/args.zig |
| libs.zigargs.versions.01.version=0.1.0 |
| libs.zigargs.versions.01.path=/opt/compiler-explorer/libs/zig-args/0.1/args.zig |
| |
| ################################# |
| ################################# |
| # Installed tools |
| |
| tools=llvm-mcatrunk:osacatrunk |
| |
| tools.llvm-mcatrunk.name=llvm-mca |
| tools.llvm-mcatrunk.exe=/opt/compiler-explorer/clang-trunk/bin/llvm-mca |
| tools.llvm-mcatrunk.type=postcompilation |
| tools.llvm-mcatrunk.class=llvm-mca-tool |
| tools.llvm-mcatrunk.stdinHint=disabled |
| |
| tools.osacatrunk.name=OSACA (0.4.8) |
| tools.osacatrunk.exe=/opt/compiler-explorer/osaca-0.4.8/bin/osaca |
| tools.osacatrunk.type=postcompilation |
| tools.osacatrunk.class=osaca-tool |
| tools.osacatrunk.stdinHint=disabled |