mirror of
https://github.com/vishapoberon/vipatsar.git
synced 2026-04-05 21:12:25 +00:00
19 lines
326 B
JSON
19 lines
326 B
JSON
{
|
|
"Package": "vpicl",
|
|
"Author": "noch",
|
|
"License": "GPL-3",
|
|
"Version": "0.1",
|
|
"Remote":
|
|
{
|
|
"type": "git",
|
|
"path": "https://github.com/norayr/vpicl",
|
|
"tag" : "0.1"
|
|
},
|
|
"Build":
|
|
{
|
|
"voc -s": "POutput.Mod",
|
|
"voc -s": "PErrors.Mod",
|
|
"voc -s": "PICS.Mod",
|
|
"voc -m": "PICL.Mod"
|
|
}
|
|
}
|