{
    "version": "1.41.2",
    "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.41.2/janet-1.41.2-windows-x64-installer.msi",
            "hash": "9351a150951c7ccdb3495491a377138e71791b6b35b7e4044e6e4dda8694f9dc"
        }
    },
    "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"
            }
        }
    }
}
