{ "version": "4.2.3", "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.3/haxe-4.2.3-win64.zip", "hash": "6a5b19f6fa9f46c42c4df9f154b02d55cbacf0cc76ea5a03906cfd8300216a32" }, "32bit": { "url": "https://github.com/HaxeFoundation/haxe/releases/download/4.2.3/haxe-4.2.3-win.zip", "hash": "1ed146e231dca8607f51da2ef9ad179e759bb7e2c3231ffb09cafaa236c80a78" } }, "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" } } } }