vipatsar/irc_bot.json
2022-01-18 23:24:57 +04:00

24 lines
390 B
JSON

{
"Package": "irc_bot",
"Author": "noch",
"License": "GPL-3",
"Version": "0.1",
"Remote":
{
"type": "git",
"path": "https://github.com/norayr/irc",
"tag" : "0.1"
},
"Dependencies":
{
"lists": "0.1",
"Internet": "0.1",
"time": "0.1",
"irc": "0.1",
"opts": "0.1"
},
"Build":
{
"voc -m": "src/vocbot.Mod"
}
}