{ "homepage": "https://haxe.org/", "description": "High-level, cross-platform, multi-paradigm programming language and compiler.", "version": "4.0.1", "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.1/haxe-4.0.1-win64.zip", "hash": "782f1a6036d25e9fbcfe4877cb14632321d80c5ac487046ecf267934a1e8d24d" }, "32bit": { "url": "https://github.com/HaxeFoundation/haxe/releases/download/4.0.1/haxe-4.0.1-win.zip", "hash": "2785b1781dc7c45054b488d074fdb452b8f55b831aaf3202744af20c9f9afc9a" } }, "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" } } } }