{ "version": "2.0.8", "description": "A statically typed compiled systems programming language, which combines successful concepts from mature languages like Python, Ada and Modula.", "homepage": "https://nim-lang.org/", "license": "MIT", "suggest": { "MinGW": "mingw-winlibs" }, "architecture": { "64bit": { "url": "https://nim-lang.org/download/nim-2.0.8_x64.zip", "hash": "ad073af8fe578edab89a0c71809c7f252a85ba1905f32b5351a92323657e15e1" }, "32bit": { "url": "https://nim-lang.org/download/nim-2.0.8_x32.zip", "hash": "924b759d539aace403407df3573516f6016eaded2e6bc57466acc489e915ca50" } }, "extract_dir": "nim-2.0.8", "post_install": [ "# Copy Nimble package", "Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\"" ], "bin": [ "bin\\nim.exe", "bin\\nimble.exe", "bin\\nimgrab.exe", "bin\\nimgrep.exe", "bin\\nimpretty.exe", "bin\\nimsuggest.exe", "bin\\vccexe.exe", "bin\\testament.exe" ], "persist": "config", "checkver": { "url": "https://nim-lang.org/install_windows.html", "regex": "nim-([\\d.]+)_x64" }, "autoupdate": { "architecture": { "64bit": { "url": "https://nim-lang.org/download/nim-$version_x64.zip" }, "32bit": { "url": "https://nim-lang.org/download/nim-$version_x32.zip" } }, "extract_dir": "nim-$version", "hash": { "url": "$url.sha256" } }, "installer": { "script": "Add-Path -Path \"$env:USERPROFILE\\.nimble\\bin\" -Global:$global" }, "uninstaller": { "script": "Remove-Path -Path \"$env:USERPROFILE\\.nimble\\bin\" -Global:$global" } }