{ "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"} ] }