{ "version": "4.2.1", "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.1/haxe-4.2.1-win64.zip", "hash": "68caf3d86f6e707a0f0a655a9bc367a8489233f08daafb90945d2b195090f307" }, "32bit": { "url": "https://github.com/HaxeFoundation/haxe/releases/download/4.2.1/haxe-4.2.1-win.zip", "hash": "5987dd1b11823a4754f3cc638ebd0febbc7d39c4372f610cd16dc5f56ec9d215" } }, "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" } } } }