{ "homepage": "https://haxe.org/", "description": "Pre-release version of Haxe, for a stable version use haxe. Haxe is an open source toolkit based on a modern, high level, strictly typed programming language, a cross-compiler, a complete cross-platform standard library and ways to access each platform's native capabilities.", "version": "4.0.0-rc.5", "license": "GPL-2.0-or-later", "architecture": { "64bit": { "url": "https://github.com/HaxeFoundation/haxe/releases/download/4.0.0-rc.5/haxe-4.0.0-rc.5-win64.zip", "hash": "900ff65b64011918361c137556027d7379f7066e2f467f74aabd852b65fefa00" }, "32bit": { "url": "https://github.com/HaxeFoundation/haxe/releases/download/4.0.0-rc.5/haxe-4.0.0-rc.5-win.zip", "hash": "3747f1e55a99023cfada42391a5b9c5ca218376d2b64077112ad1ec1eff834bc" } }, "bin": [ "haxe.exe", "haxelib.exe" ], "env_set": { "HAXEPATH": "$dir" }, "env_add_path": "$dir", "persist": "lib", "depends": "neko", "pre_install": [ "if(Test-Path \"$dir\\haxe_*\") {", " Move-Item -Force \"$dir\\haxe_*\\*\" \"$dir\"", "}" ], "checkver": { "url": "https://github.com/HaxeFoundation/haxe/releases", "re": "([\\d\\.]+-(rc|preview)[\\d\\.]+)" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/HaxeFoundation/haxe/releases/download/$version/haxe-$version-win64.zip" }, "32bit": { "url": "https://github.com/HaxeFoundation/haxe/releases/download/$version/haxe-$version-win.zip" } } } }