2025-11-17 12:32:00 +00:00

29 lines
941 B
JSON

{
"version": "1.40.1",
"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.40.1/janet-1.40.1-windows-x64-installer.msi",
"hash": "3d4e2524ab729f5652808e6fedb2099ce2a5393bcb66841d35c4c1350821902e"
}
},
"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"
}
}
}
}