{ "version": "4.2.0", "description": "High-level, cross-platform, multi-paradigm programming language and compiler", "homepage": "https://haxe.org", "license": { "identifier": "MIT,Zlib,BSD-3-Clause,...", "url": "https://github.com/HaxeFoundation/neko/blob/master/LICENSE" }, "depends": "neko", "architecture": { "64bit": { "url": "https://github.com/HaxeFoundation/haxe/releases/download/4.2.0/haxe-4.2.0-win64.zip", "hash": "83be481d03892562155ed77c4f0f2ac30f34683cb0b55b57765ef90fc1d623ee" }, "32bit": { "url": "https://github.com/HaxeFoundation/haxe/releases/download/4.2.0/haxe-4.2.0-win.zip", "hash": "a797243e081e98eace34113292b0b199e5f738bfed284c07b417f0b89b09b72e" } }, "pre_install": [ "Move-Item \"$dir\\haxe_*\\*\" \"$dir\"", "Remove-Item \"$dir\\haxe_*\"" ], "bin": [ "haxe.exe", "haxelib.exe" ], "env_set": { "HAXEPATH": "$dir" }, "env_add_path": ".", "persist": "lib", "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" } } } }