{
    "version": "3.8.0",
    "description": "Multi-Joint dynamics with Contact. A general purpose physics simulator.",
    "homepage": "https://mujoco.org/",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/google-deepmind/mujoco/releases/download/3.8.0/mujoco-3.8.0-windows-x86_64.zip",
            "hash": "bdb58dae97d4234fedfee74af16b1e7fa59e65e652481c919aa6ed44eba1c2df"
        }
    },
    "bin": "bin\\simulate.exe",
    "shortcuts": [
        [
            "bin\\simulate.exe",
            "MuJoCo Simulate"
        ]
    ],
    "checkver": {
        "github": "https://github.com/google-deepmind/mujoco"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/google-deepmind/mujoco/releases/download/$version/mujoco-$version-windows-x86_64.zip"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
