vipatsar/postgres.json
2024-02-02 03:03:04 +04:00

21 lines
382 B
JSON

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