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

22 lines
428 B
JSON

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