I have thinkered a bit with the new version reported (https://github.com/dotnet/fsharp/archive/refs/tags/v12.8.0-beta.23523.6.tar.gz) for .Net 8.0.0
Short version: fsharp is already included in our dotnet-sdk
package /usr/share/dotnet/sdk/8.0.100/FSharp
Build using the .sln don't work, need to run build.sh which download .Net SDK 8.0.0.x from internet (it ignore the system version)
builded stuff is under artifatcs/bin
there are subfolders for fsc
and fsi
(these are in dotnet-sdk package) among many other and there are subfolders Proto
and Debug
with pratically the same files, unclear what need to be in a package
Pinned Comments
FabioLolix commented on 2023-12-24 21:49 (UTC)
I have thinkered a bit with the new version reported (https://github.com/dotnet/fsharp/archive/refs/tags/v12.8.0-beta.23523.6.tar.gz) for .Net 8.0.0
Short version: fsharp is already included in our
dotnet-sdk
package/usr/share/dotnet/sdk/8.0.100/FSharp
Build using the .sln don't work, need to run build.sh which download .Net SDK 8.0.0.x from internet (it ignore the system version)
builded stuff is under
artifatcs/bin
there are subfolders forfsc
andfsi
(these are in dotnet-sdk package) among many other and there are subfoldersProto
andDebug
with pratically the same files, unclear what need to be in a package