json format changed a little.

This commit is contained in:
Norayr Chilingarian 2024-02-02 03:03:04 +04:00
parent ed99e3ef03
commit 567a4de59e
23 changed files with 125 additions and 105 deletions

20
dbg.json Normal file
View file

@ -0,0 +1,20 @@
{
"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"}
]
}