vipatsar/pipes.json
Norayr Chilingarian 2831378fe5 pipes json update
2022-08-23 04:00:13 +04:00

17 lines
288 B
JSON

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