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

22 lines
442 B
JSON

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