vipatsar/irc_bot.json
2024-02-02 03:03:04 +04:00

24 lines
398 B
JSON

{
"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":
{
"opts": "0.1",
"lists":"0.1",
"Internet": "0.1",
"time": "0.1",
"irc": "0.1"
},
"Build":
[
{"command": "voc -m", "file": "src/vocbot.Mod"}
]
}