Trying mandelbrot in F#

This commit is contained in:
joachimschmidt557 2019-02-07 21:13:38 +01:00
commit 3eddbc0afe
22 changed files with 1548 additions and 0 deletions

View file

@ -0,0 +1,141 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v2.2",
"signature": "20224b2a0f6768f56e53abf2e985ba4e03f00c09"
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v2.2": {
"fsharp-mandelbrot/1.0.0": {
"dependencies": {
"FSharp.Core": "4.5.2",
"System.Drawing.Common": "4.5.1"
},
"runtime": {
"fsharp-mandelbrot.dll": {}
}
},
"FSharp.Core/4.5.2": {
"runtime": {
"lib/netstandard1.6/FSharp.Core.dll": {
"assemblyVersion": "4.5.0.0",
"fileVersion": "2018.7.27.2"
}
},
"resources": {
"lib/netstandard1.6/cs/FSharp.Core.resources.dll": {
"locale": "cs"
},
"lib/netstandard1.6/de/FSharp.Core.resources.dll": {
"locale": "de"
},
"lib/netstandard1.6/en/FSharp.Core.resources.dll": {
"locale": "en"
},
"lib/netstandard1.6/es/FSharp.Core.resources.dll": {
"locale": "es"
},
"lib/netstandard1.6/fr/FSharp.Core.resources.dll": {
"locale": "fr"
},
"lib/netstandard1.6/it/FSharp.Core.resources.dll": {
"locale": "it"
},
"lib/netstandard1.6/ja/FSharp.Core.resources.dll": {
"locale": "ja"
},
"lib/netstandard1.6/ko/FSharp.Core.resources.dll": {
"locale": "ko"
},
"lib/netstandard1.6/pl/FSharp.Core.resources.dll": {
"locale": "pl"
},
"lib/netstandard1.6/pt-BR/FSharp.Core.resources.dll": {
"locale": "pt-BR"
},
"lib/netstandard1.6/ru/FSharp.Core.resources.dll": {
"locale": "ru"
},
"lib/netstandard1.6/tr/FSharp.Core.resources.dll": {
"locale": "tr"
},
"lib/netstandard1.6/zh-Hans/FSharp.Core.resources.dll": {
"locale": "zh-Hans"
},
"lib/netstandard1.6/zh-Hant/FSharp.Core.resources.dll": {
"locale": "zh-Hant"
}
}
},
"Microsoft.Win32.SystemEvents/4.5.0": {
"runtime": {
"lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.6.26515.6"
}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.6.26515.6"
}
}
},
"System.Drawing.Common/4.5.1": {
"dependencies": {
"Microsoft.Win32.SystemEvents": "4.5.0"
},
"runtime": {
"lib/netstandard2.0/System.Drawing.Common.dll": {
"assemblyVersion": "4.0.0.1",
"fileVersion": "4.6.26919.2"
}
},
"runtimeTargets": {
"runtimes/unix/lib/netcoreapp2.0/System.Drawing.Common.dll": {
"rid": "unix",
"assetType": "runtime",
"assemblyVersion": "4.0.0.1",
"fileVersion": "4.6.26919.2"
},
"runtimes/win/lib/netcoreapp2.0/System.Drawing.Common.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.0.0.1",
"fileVersion": "4.6.26919.2"
}
}
}
}
},
"libraries": {
"fsharp-mandelbrot/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"FSharp.Core/4.5.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Pe3EDp9oBjQ3c3fvZAJsw7XFLHECS3zn3P7MSqsJy3sFYR6jvTgxxnCFeePR1JHiWyZ3bm+RZAjchqVYk61adA==",
"path": "fsharp.core/4.5.2",
"hashPath": "fsharp.core.4.5.2.nupkg.sha512"
},
"Microsoft.Win32.SystemEvents/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-K2TAr07pgl/m/J9ed3cmAzx0SD55kYuVfBG6SPRIH/ELTh/D2qGrjOWDQJo7r+LZl1nO2Nkl0UAQBUt6S2ewqQ==",
"path": "microsoft.win32.systemevents/4.5.0",
"hashPath": "microsoft.win32.systemevents.4.5.0.nupkg.sha512"
},
"System.Drawing.Common/4.5.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-m3c7Fe/CS/jZ/nLBrxCCh52dYiC33GPbGfcF4CiVukb8+p121XUTHxs6sYKbWfvDVD8JssHcM+HVFLtzl3X3Xw==",
"path": "system.drawing.common/4.5.1",
"hashPath": "system.drawing.common.4.5.1.nupkg.sha512"
}
}
}