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

26 lines
727 B
JSON

{
"Package": "Internet",
"Author": "noch",
"License": "GPL-3",
"Version": "0.1.0",
"Remote":
{
"type": "git",
"path": "https://github.com/norayr/Internet",
"tag" : "0.1.0"
},
"Dependencies":
{
"time": "0.1.0"
},
"Build": [
{"command": "voc -s", "file": "src/netTypes.Mod"},
{"command": "voc -s", "file": "src/netdb.Mod"},
{"command": "voc -s", "file": "src/netSockets.Mod"},
{"command": "voc -s", "file": "src/Internet.Mod"},
{"command": "voc -s", "file": "src/netForker.Mod"},
{"command": "voc -s", "file": "src/server.Mod"},
{"command": "voc -m", "file": "tst/testClient.Mod"},
{"command": "voc -m", "file": "tst/testServer.Mod"}
]
}