{
    "version": "1.33.0",
    "description": "Lisp-like, embeddable, functional and imperative programming language and bytecode interpreter",
    "homepage": "https://janet-lang.org",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/janet-lang/janet/releases/download/v1.33.0/janet-1.33.0-windows-x64-installer.msi",
            "hash": "626c11695d1668ed38bfa2f28f0691334618933d4e6cba60befb01ae6d8db7d1"
        }
    },
    "extract_dir": "Janet",
    "persist": "Library",
    "env_set": {
        "JANET_PATH": "$persist_dir\\Library"
    },
    "bin": "bin\\janet.exe",
    "checkver": {
        "github": "https://github.com/janet-lang/janet"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/janet-lang/janet/releases/download/v$version/janet-$version-windows-x64-installer.msi"
            }
        }
    }
}
