vipatsar/irc_bot.json
2025-10-04 11:45:03 +04:00

24 lines
412 B
JSON

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