mirror of
https://github.com/vishapoberon/vipatsar.git
synced 2026-04-05 21:12:25 +00:00
test_server
This commit is contained in:
parent
ceedff7443
commit
92694e713e
1 changed files with 24 additions and 0 deletions
24
test_server.json
Normal file
24
test_server.json
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"Package": "irc_bot",
|
||||||
|
"Author": "noch",
|
||||||
|
"License": "GPL-3",
|
||||||
|
"Version": "0.1",
|
||||||
|
"Remote":
|
||||||
|
{
|
||||||
|
"type": "git",
|
||||||
|
"path": "https://github.com/norayr/irc_bot",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue