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

18 lines
403 B
JSON

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