vipatsar/opts.json
Norayr Chilingarian 3c3efbf85b fixed bugs.
2022-01-19 04:52:23 +04:00

22 lines
359 B
JSON

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