vipatsar/lists.json
2024-02-02 03:03:04 +04:00

22 lines
436 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":
[
{"command": "voc -s", "file": "src/List.Mod"},
{"command": "voc -s", "file": "src/StringList.Mod"},
{"command": "voc -m", "file": "test/testList.Mod"}
]
}