2024-06-17 12:31:54 +00:00

29 lines
941 B
JSON

{
"version": "1.35.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.35.2/janet-1.35.2-windows-x64-installer.msi",
"hash": "c0cae43e0d17fc9ec0cccf90ddd025b869e42fb3c694709a40c8db553154958e"
}
},
"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"
}
}
}
}