2025-03-19 04:29:29 +00:00

29 lines
941 B
JSON

{
"version": "1.38.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.38.0/janet-1.38.0-windows-x64-installer.msi",
"hash": "f465f6326873104da13cf2c7a1c5c935f9989f4071cf95e52299728d2ae86bd1"
}
},
"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"
}
}
}
}