{ "homepage": "https://nim-lang.org/", "description": "A statically typed compiled systems programming language, which combines successful concepts from mature languages like Python, Ada and Modula.", "version": "1.0.2", "license": "MIT", "architecture": { "64bit": { "url": "https://nim-lang.org/download/nim-1.0.2_x64.zip", "hash": "0ca89681d29c45b6900e98bbac3d942490a76f8fc361d647281be7da0f2aa909" }, "32bit": { "url": "https://nim-lang.org/download/nim-1.0.2_x32.zip", "hash": "07790610a728dd6d6b07e6b602defbb5d2dfb85b7b7d9fba2371e072e5ed6d0a" } }, "depends": "gcc", "extract_dir": "nim-1.0.2", "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\\nimsuggest.exe", "bin\\vccexe.exe" ], "persist": "config", "checkver": { "url": "https://nim-lang.org/install_windows.html", "re": "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_first_in_path \"$env:USERPROFILE\\.nimble\\bin\" $global" }, "uninstaller": { "script": "remove_from_path \"$env:USERPROFILE\\.nimble\\bin\" $global" } }