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

17 lines
334 B
JSON

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