{ "version": "4.3.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.3.0/haxe-4.3.0-win64.zip", "hash": "35d4d0e1f00a8b6904acd0e0a32a3e3abd4f33c5143b7ddc569f58a2504d2ece" }, "32bit": { "url": "https://github.com/HaxeFoundation/haxe/releases/download/4.3.0/haxe-4.3.0-win.zip", "hash": "d70d2bb1e703b27db1f3b8e1f4d52dbebc4f8f6c73ed1b7a81d5d96c589a8b7d" } }, "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" } } } }