-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathjanet.json
29 lines (29 loc) · 923 Bytes
/
janet.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"homepage": "https://janet-lang.org",
"description": "Janet is a functional and imperative programming language. It runs on Windows, Linux, macOS, and many other systems.",
"hash": "7a3b562429df79414714ed0fbe7696e6c3329a615b0188c55cb889c78e49dfdc",
"license": {
"identifier": "MIT"
},
"version": "v1.3.1",
"url": "https://github.com/janet-lang/janet/releases/download/v1.3.1/janet-v1.3.1-windows.zip",
"checkver": {
"github": "https://github.com/janet-lang/janet"
},
"bin": [
"janet.exe",
["janet.exe", "jpm", "$dir\\jpm"]
],
"env_set": {
"JANET_BINPATH": "$dir",
"JANET_PATH": "$dir",
"JANET_HEADERPATH": "$dir",
"JANET_LIBPATH": "$dir"
},
"installer": {
"script": "add_first_in_path \"$dir\" $global"
},
"uninstaller": {
"script": "remove_from_path \"$dir\" $global"
}
}