|
| 1 | +{ |
| 2 | + "title": "Ramses Application", |
| 3 | + "hosts": [ |
| 4 | + { |
| 5 | + "name": "", |
| 6 | + "title": "" |
| 7 | + } |
| 8 | + ], |
| 9 | + "os": [ |
| 10 | + { |
| 11 | + "name": "mac", |
| 12 | + "title": "macOS" |
| 13 | + }, |
| 14 | + { |
| 15 | + "name": "win", |
| 16 | + "title": "Windows" |
| 17 | + }, |
| 18 | + { |
| 19 | + "name": "linux", |
| 20 | + "title": "Linux" |
| 21 | + } |
| 22 | + ], |
| 23 | + "assets": [ |
| 24 | + { |
| 25 | + "nameRegEx": "ramses-client_[\\d.].zip", |
| 26 | + "name": "Ramses Application for Windows", |
| 27 | + "description": "[Read the doc](http://ramses.rxlab.guide/) for installation instructions.", |
| 28 | + "hosts": [ ], |
| 29 | + "os": [ {"name": "win", "title": "Windows"} ], |
| 30 | + "urls": [ |
| 31 | + {"title": "Documentation", "url": "http://ramses.rxlab.guide/"} |
| 32 | + ] |
| 33 | + }, |
| 34 | + { |
| 35 | + "nameRegEx": "ramses-client_[\\d.].dmg", |
| 36 | + "name": "Ramses Application for macOS", |
| 37 | + "description": "[Read the doc](http://ramses.rxlab.guide/) for installation instructions.", |
| 38 | + "hosts": [ ], |
| 39 | + "os": [ {"name": "mac", "title": "macOS"} ], |
| 40 | + "urls": [ |
| 41 | + {"title": "Documentation", "url": "http://ramses.rxlab.guide/"} |
| 42 | + ] |
| 43 | + }, |
| 44 | + { |
| 45 | + "nameRegEx": "ramses-client_[\\d.]-amd64.deb", |
| 46 | + "name": "Ramses Application for Debian/Ubuntu Linux", |
| 47 | + "description": "[Read the doc](http://ramses.rxlab.guide/) for installation instructions.", |
| 48 | + "hosts": [ ], |
| 49 | + "os": [ {"name": "deb", "title": "Debian/Ubuntu Linux"} ], |
| 50 | + "urls": [ |
| 51 | + {"title": "Documentation", "url": "http://ramses.rxlab.guide/"} |
| 52 | + ] |
| 53 | + }, |
| 54 | + { |
| 55 | + "nameRegEx": "ramses-client_[\\d.]-x86_64.AppImage", |
| 56 | + "name": "Ramses Application for Linux (executable AppImage)", |
| 57 | + "description": "[Read the doc](http://ramses.rxlab.guide/) for installation instructions.", |
| 58 | + "hosts": [ ], |
| 59 | + "os": [ {"name": "linux", "title": "Linux (all distributions)"} ], |
| 60 | + "urls": [ |
| 61 | + {"title": "Documentation", "url": "http://ramses.rxlab.guide/"} |
| 62 | + ] |
| 63 | + }, |
| 64 | + { |
| 65 | + "nameRegEx": "ramses-client_[\\d.].tar.gz", |
| 66 | + "name": "Ramses Application for Linux", |
| 67 | + "description": "[Read the doc](http://ramses.rxlab.guide/) for installation instructions.", |
| 68 | + "hosts": [ ], |
| 69 | + "os": [ {"name": "linux", "title": "Linux (all distributions)"} ], |
| 70 | + "urls": [ |
| 71 | + {"title": "Documentation", "url": "http://ramses.rxlab.guide/"} |
| 72 | + ] |
| 73 | + } |
| 74 | + ], |
| 75 | + "userGuide": "https://ramses.rxlab.guide/", |
| 76 | + "apiReference": "https://ramses.rxlab.guide/dev/", |
| 77 | + "website": "https://rxlaboratory.org/tools/ramses/", |
| 78 | + "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.", |
| 79 | + "tutorials": "", |
| 80 | + "books": "" |
| 81 | +} |
0 commit comments