-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathmanifest.json
More file actions
83 lines (83 loc) · 2.06 KB
/
manifest.json
File metadata and controls
83 lines (83 loc) · 2.06 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"endpoint": "https://openstudio-resources.s3.amazonaws.com/pat-dependencies3/",
"energyplus": [{
"name": "EnergyPlus-25.2.0-win32.tar.gz",
"platform": "win32",
"arch": "x64",
"type": "energyplus"
}, {
"name": "EnergyPlus-25.2.0-darwin-intel.tar.gz",
"platform": "darwin",
"arch": "x64",
"type": "energyplus"
}, {
"name": "EnergyPlus-25.2.0-linux.tar.gz",
"platform": "linux",
"arch": "x64",
"type": "energyplus"
}],
"ruby": [{
"name": "ruby-3.2.2-win32.tar.gz",
"platform": "win32",
"arch": "x64",
"type": "ruby"
}, {
"name": "ruby-3.2.2-darwin.tar.gz",
"platform": "darwin",
"arch": "x64",
"type": "ruby"
}, {
"name": "ruby-3.2.2-ubuntu24.04-x86_64.tar.gz",
"platform": "linux",
"arch": "x64",
"type": "ruby"
}],
"mongo": [{
"name": "mongodb-windows-x86_64-8.0.12.tar.gz",
"platform": "win32",
"arch": "x64",
"type": "mongo"
},{
"name": "mongodb-macos-x86_64-8.0.12.tar.gz",
"platform": "darwin",
"arch": "x64",
"type": "mongo"
}, {
"name": "mongodb-linux-x86_64-ubuntu2404-8.0.12.tar.gz",
"platform": "linux",
"arch": "x64",
"type": "mongo"
}],
"openstudio": [{
"name": "OpenStudio-3.11.0+241b8abb4d-Windows.tar.gz",
"platform": "win32",
"arch": "x64",
"type": "openstudio"
}, {
"name": "OpenStudio-3.11.0+241b8abb4d-Darwin-x86_64.tar.gz",
"platform": "darwin",
"arch": "x64",
"type": "openstudio"
}, {
"name": "OpenStudio-3.11.0+241b8abb4d-Ubuntu-24.04-x86_64.tar.gz",
"platform": "linux",
"arch": "x64",
"type": "OpenStudio"
}],
"openstudioServer": [{
"name": "OpenStudio-server-d6e89510a0-win32.tar.gz",
"platform": "win32",
"arch": "x64",
"type": "OpenStudio-server"
}, {
"name": "OpenStudio-server-d6e89510a0-darwin.tar.gz",
"platform": "darwin",
"arch": "x64",
"type": "OpenStudio-server"
}, {
"name": "OpenStudio-server-d6e89510a0-linux.tar.gz",
"platform": "linux",
"arch": "x64",
"type": "OpenStudio-server"
}]
}