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

22 lines
374 B
JSON

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