2023-09-18 00:34:08 +00:00

29 lines
941 B
JSON

{
"version": "1.31.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.31.0/janet-1.31.0-windows-x64-installer.msi",
"hash": "6acdcb3909df80cc9fcb34526f3ffa5b83122a87298b81517562ee95702f02e7"
}
},
"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"
}
}
}
}