{ "homepage": "https://haxe.org/", "description": "High-level, cross-platform, multi-paradigm programming language and compiler.", "version": "4.0.3", "license": { "identifier": "MIT,Zlib,BSD-3-Clause,...", "url": "https://github.com/HaxeFoundation/neko/blob/master/LICENSE" }, "architecture": { "64bit": { "url": "https://github.com/HaxeFoundation/haxe/releases/download/4.0.3/haxe-4.0.3-win64.zip", "hash": "80cff2d8fbfd46a5be79413411554eea4de81f5c3dbfe780546f59e12f536c24" }, "32bit": { "url": "https://github.com/HaxeFoundation/haxe/releases/download/4.0.3/haxe-4.0.3-win.zip", "hash": "aae6667d94ff45603df0757bea0762c871985f66e5d4755a039b7a4efbf4d70d" } }, "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": { "github": "https://github.com/HaxeFoundation/haxe" }, "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" } } } }