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

20 lines
317 B
JSON

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