vipatsar/strutils.json
Norayr Chilingarian 6a37cfb5a6 added strutils.
2023-11-13 22:45:25 +04:00

18 lines
336 B
JSON

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