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

23 lines
369 B
JSON

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