This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
rx_manifest.json
81 lines (81 loc) · 2.99 KB
/
rx_manifest.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
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
{
"title": "Ramses Application",
"hosts": [
{
"name": "",
"title": ""
}
],
"os": [
{
"name": "mac",
"title": "macOS"
},
{
"name": "win",
"title": "Windows"
},
{
"name": "linux",
"title": "Linux"
}
],
"assets": [
{
"nameRegEx": "ramses-client_[\\d.]*.zip",
"name": "Ramses Application for Windows",
"description": "[Read the doc](http://ramses.rxlab.guide/) for installation instructions.",
"hosts": [ ],
"os": [ {"name": "win", "title": "Windows"} ],
"urls": [
{"title": "Documentation", "url": "http://ramses.rxlab.guide/"}
]
},
{
"nameRegEx": "ramses-client_[\\d.]*.dmg",
"name": "Ramses Application for macOS",
"description": "[Read the doc](http://ramses.rxlab.guide/) for installation instructions.",
"hosts": [ ],
"os": [ {"name": "mac", "title": "macOS"} ],
"urls": [
{"title": "Documentation", "url": "http://ramses.rxlab.guide/"}
]
},
{
"nameRegEx": "ramses-client_[\\d.]*-amd64.deb",
"name": "Ramses Application for Debian/Ubuntu Linux",
"description": "[Read the doc](http://ramses.rxlab.guide/) for installation instructions.",
"hosts": [ ],
"os": [ {"name": "deb", "title": "Debian/Ubuntu Linux"} ],
"urls": [
{"title": "Documentation", "url": "http://ramses.rxlab.guide/"}
]
},
{
"nameRegEx": "ramses-client_[\\d.]*-x86_64.AppImage",
"name": "Ramses Application for Linux (executable AppImage)",
"description": "[Read the doc](http://ramses.rxlab.guide/) for installation instructions.",
"hosts": [ ],
"os": [ {"name": "linux", "title": "Linux (all distributions)"} ],
"urls": [
{"title": "Documentation", "url": "http://ramses.rxlab.guide/"}
]
},
{
"nameRegEx": "ramses-client_[\\d.]*.tar.[gx]z",
"name": "Ramses Application for Linux",
"description": "[Read the doc](http://ramses.rxlab.guide/) for installation instructions.",
"hosts": [ ],
"os": [ {"name": "linux", "title": "Linux (all distributions)"} ],
"urls": [
{"title": "Documentation", "url": "http://ramses.rxlab.guide/"}
]
}
],
"userGuide": "https://ramses.rxlab.guide/",
"apiReference": "https://ramses.rxlab.guide/dev/",
"website": "https://rxlaboratory.org/tools/ramses/",
"description": "Ramses, the Rx Asset Management System, is a complete framework to help you, your team, your studio, track the production of your films and automate your workflow.",
"tutorials": "",
"books": ""
}