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

20 lines
311 B
JSON

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