-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
33 lines (33 loc) · 1.04 KB
/
Copy pathcodemeta.json
File metadata and controls
33 lines (33 loc) · 1.04 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "RailWeave",
"description": "Open-source Rust toolkit and interoperability layer for converting railway simulator routes and rolling stock through a versioned simulator-neutral intermediate representation.",
"codeRepository": "https://github.com/kiwiaraga2000/railweave",
"url": "https://github.com/kiwiaraga2000/railweave",
"version": "0.1.0",
"programmingLanguage": "Rust",
"license": [
"https://spdx.org/licenses/MIT.html",
"https://spdx.org/licenses/Apache-2.0.html"
],
"applicationCategory": "Railway simulator interoperability and conversion tooling",
"keywords": [
"railway simulator",
"train simulator",
"route conversion",
"rolling stock conversion",
"simulator interoperability",
"OpenBVE",
"BVE",
"MSTS",
"OpenRails",
"Trainz",
"Train Simulator",
"RailWorks",
"Loksim3D",
"railway route converter",
"intermediate representation",
"adapter protocol"
]
}