vipatsar/test_server.json
2025-10-04 11:45:03 +04:00

24 lines
462 B
JSON

{
"Package": "test_server",
"Author": "noch",
"License": "GPL-3",
"Version": "0.1.0",
"Remote":
{
"type": "git",
"path": "https://github.com/norayr/test_server",
"tag" : "0.1.0"
},
"Dependencies":
{
"lists": "0.1.0",
"Internet":"0.1.0",
"time": "0.1.0",
"fifo": "0.1.0"
},
"Build":
[
{"command": "voc -m", "file": "src/testServer.Mod"},
{"command": "voc -m", "file": "src/testClient.Mod"}
]
}