vipatsar/test_server.json
T. Kurt Bond 76ba1bb6ac Fix json syntax errors.
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.
2024-11-29 18:28:32 -05:00

24 lines
450 B
JSON

{
"Package": "test_server",
"Author": "noch",
"License": "GPL-3",
"Version": "0.1",
"Remote":
{
"type": "git",
"path": "https://github.com/norayr/test_server",
"tag" : "0.1"
},
"Dependencies":
{
"lists": "0.1",
"Internet":"0.1",
"time": "0.1",
"fifo": "0.1"
},
"Build":
[
{"command": "voc -m", "file": "src/testServer.Mod"},
{"command": "voc -m", "file": "src/testClient.Mod"}
]
}