{ "version": "1.6.2", "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.6.2_x64.zip", "hash": "cdb2670bbc1094edc2e78fbbca41cb80f032a01b30913248fa028e79ab3e1567" }, "32bit": { "url": "https://nim-lang.org/download/nim-1.6.2_x32.zip", "hash": "0ccbaa0fb1e619b7bea932e984933570e21bc3d2c68cffca190a9b8fcb410893" } }, "extract_dir": "nim-1.6.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\\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" } }