mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-02 09:41:13 -06:00
20 lines
373 B
Plaintext
20 lines
373 B
Plaintext
{
|
|
"version": { "major": 12, "minor": 13 },
|
|
"modules": [
|
|
{ "name": "abs-module" },
|
|
{
|
|
"name": "def-module",
|
|
"loadedInstruction": "instr"
|
|
},
|
|
{
|
|
"name": "ghi-module",
|
|
"notLoadedInstruction": "not_instr"
|
|
},
|
|
{
|
|
"name": "jkl-module",
|
|
"loadedInstruction": "instr",
|
|
"notLoadedInstruction": "not_instr"
|
|
}
|
|
]
|
|
}
|