{ "version": "4.3.5", "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.3.5/haxe-4.3.5-win64.zip", "hash": "b82d656232e5b4cc823bab2767c5339be591c6c323442be601768675b214c6b3" }, "32bit": { "url": "https://github.com/HaxeFoundation/haxe/releases/download/4.3.5/haxe-4.3.5-win.zip", "hash": "eb1f6f59549b3189de529f9269c0d311902423f63c428fcea1f9a34fff6d5de1" } }, "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" } } } }