mirror of
https://github.com/vishapoberon/vipatsar.git
synced 2026-04-05 21:12:25 +00:00
26 lines
721 B
JSON
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"}
|
|
]
|
|
}
|