{ "homepage": "https://haxe.org/", "description": "High-level, cross-platform, multi-paradigm programming language and compiler.", "version": "4.0.0", "license": { "identifier": "MIT,Zlib,BSD-3-Clause,...", "url": "https://github.com/HaxeFoundation/neko/blob/master/LICENSE" }, "url": "https://github.com/HaxeFoundation/haxe/releases/download/4.0.0/haxe-4.0.0-win.zip", "hash": "8bdf805a4d26c63664a4f6ba765b5bd72ad06c7566f8e465654b5f1330c29883", "bin": [ "haxe.exe", "haxelib.exe" ], "env_set": { "HAXEPATH": "$dir" }, "env_add_path": "$dir", "persist": "lib", "depends": "neko", "pre_install": [ "if(Test-Path \"$dir\\haxe_*\") {", " Move-Item -Force \"$dir\\haxe_*\\*\" \"$dir\"", "}" ], "checkver": { "github": "https://github.com/HaxeFoundation/haxe" }, "autoupdate": { "url": "https://github.com/HaxeFoundation/haxe/releases/download/$version/haxe-$version-win.zip" } }