{ "version": "1.4.0", "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", "depends": "gcc", "architecture": { "64bit": { "url": "https://nim-lang.org/download/nim-1.4.0_x64.zip", "hash": "c0b5c1902b9801b006ba9122d118f8d6ca0065349133a136ed969e1306876f9b" }, "32bit": { "url": "https://nim-lang.org/download/nim-1.4.0_x32.zip", "hash": "8b9920db0b8e060ea77e03eaa2a69d1394cc3b9595face4f2592bc3838e813f8" } }, "extract_dir": "nim-1.4.0", "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_first_in_path \"$env:USERPROFILE\\.nimble\\bin\" $global" }, "uninstaller": { "script": "remove_from_path \"$env:USERPROFILE\\.nimble\\bin\" $global" } }