mirror of
https://github.com/vishapoberon/vipatsar.git
synced 2026-04-05 21:12:25 +00:00
22 lines
357 B
JSON
22 lines
357 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":
|
|
{
|
|
"lists": "0.1"
|
|
},
|
|
"Build":
|
|
{
|
|
"voc -s": "src/optsos.Mod",
|
|
"voc -s": "src/opts.Mod",
|
|
"voc -m": "src/testopts.Mod"
|
|
}
|
|
}
|