vipatsar/Internet.json
2024-02-02 03:03:04 +04:00

26 lines
721 B
JSON

{
"Package": "Internet",
"Author": "noch",
"License": "GPL-3",
"Version": "0.1",
"Remote":
{
"type": "git",
"path": "https://github.com/norayr/Internet",
"tag" : "0.1"
},
"Dependencies":
{
"time": "0.1"
},
"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"}
]
}