diff --git a/test_server.json b/test_server.json new file mode 100644 index 0000000..009e4f6 --- /dev/null +++ b/test_server.json @@ -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" + } +}