{
    "##": "Duplicate (alias) of the odin-dev package",
    "version": "2026-05",
    "description": "General-purpose programming language with distinct typing, built for high performance, modern systems, and built-in data-oriented data types.",
    "homepage": "https://odin-lang.org/",
    "license": "BSD-3-Clause",
    "architecture": {
        "64bit": {
            "url": "https://github.com/odin-lang/Odin/releases/download/dev-2026-05/odin-windows-amd64-dev-2026-05.zip",
            "hash": "27e6021fe240ffc7944e32bc55e48bab868b9873856a5593d66f7f197e7f0562"
        }
    },
    "pre_install": [
        "$binDir = Get-ChildItem -Path \"$dir\" -Filter 'odin.exe' -Recurse | Select-Object -ExpandProperty DirectoryName",
        "if ($binDir -ne $dir) {",
        "  Move-Item -Path \"$binDir\\*\" -Destination \"$dir\"",
        "  Remove-Item -Path \"$binDir\"",
        "}"
    ],
    "bin": "odin.exe",
    "persist": "shared",
    "checkver": {
        "url": "https://github.com/odin-lang/Odin/releases/latest",
        "regex": "/releases/tag/dev-([\\d-]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/odin-lang/Odin/releases/download/dev-$version/odin-windows-amd64-dev-$version.zip"
            }
        }
    }
}
