mirror of
https://github.com/vishapoberon/vipatsar.git
synced 2026-04-05 21:12:25 +00:00
I was using the jq json query tool to pull values of the json files in vipackTree but it told me that diaspora.json, strutils2.json, and test_server.json had syntax errors.
22 lines
407 B
JSON
22 lines
407 B
JSON
{
|
|
"Package": "diaspora",
|
|
"Author": "noch",
|
|
"License": "GPL-3",
|
|
"Version": "0.1",
|
|
"Remote":
|
|
{
|
|
"type": "git",
|
|
"path": "https://github.com/norayr/diaspora",
|
|
"tag" : "0.1"
|
|
},
|
|
"Dependencies":
|
|
{
|
|
"lists": "0.1",
|
|
"postgres": "0.1"
|
|
},
|
|
"Build":
|
|
[
|
|
{"command": "voc -s", "file": "src/diasporadb.Mod"},
|
|
{"command": "voc -s", "file": "src/diasporaPost.Mod"}
|
|
]
|
|
}
|