mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
* Support trunk and execution for .NET * Adjust compilers order * Support stdin * Update samples
29 lines
1.2 KiB
INI
29 lines
1.2 KiB
INI
compilers=&fsharp
|
|
supportsBinary=true
|
|
needsMulti=false
|
|
compilerType=fsharp
|
|
defaultCompiler=dotnet700fsharp
|
|
|
|
group.fsharp.compilers=dotnettrunkfsharp:dotnet700fsharp:dotnet6011fsharp
|
|
|
|
compiler.dotnet6011fsharp.exe=/opt/compiler-explorer/dotnet-v6.0.11/.dotnet/dotnet
|
|
compiler.dotnet6011fsharp.name=.NET 6.0.403
|
|
compiler.dotnet6011fsharp.clrDir=/opt/compiler-explorer/dotnet-v6.0.11
|
|
compiler.dotnet6011fsharp.targetFramework=net6.0
|
|
compiler.dotnet6011fsharp.buildConfig=Release
|
|
compiler.dotnet6011fsharp.langVersion=latest
|
|
|
|
compiler.dotnet700fsharp.exe=/opt/compiler-explorer/dotnet-v7.0.0/.dotnet/dotnet
|
|
compiler.dotnet700fsharp.name=.NET 7.0.100
|
|
compiler.dotnet700fsharp.clrDir=/opt/compiler-explorer/dotnet-v7.0.0
|
|
compiler.dotnet700fsharp.targetFramework=net7.0
|
|
compiler.dotnet700fsharp.buildConfig=Release
|
|
compiler.dotnet700fsharp.langVersion=latest
|
|
|
|
compiler.dotnettrunkfsharp.exe=/opt/compiler-explorer/dotnet-trunk/.dotnet/dotnet
|
|
compiler.dotnettrunkfsharp.name=.NET (main)
|
|
compiler.dotnettrunkfsharp.clrDir=/opt/compiler-explorer/dotnet-trunk
|
|
compiler.dotnettrunkfsharp.targetFramework=net8.0
|
|
compiler.dotnettrunkfsharp.buildConfig=Release
|
|
compiler.dotnettrunkfsharp.langVersion=preview
|