vipatsar/test_server.json
Norayr Chilingarian 9921424e1e fixes
2023-02-08 00:12:51 +04:00

24 lines
408 B
JSON

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