mirror of
https://github.com/vishapoberon/vipatsar.git
synced 2026-04-05 21:12:25 +00:00
json format changed a little.
This commit is contained in:
parent
ed99e3ef03
commit
567a4de59e
23 changed files with 125 additions and 105 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
"tag" : "0.1"
|
"tag" : "0.1"
|
||||||
},
|
},
|
||||||
"Build":
|
"Build":
|
||||||
{
|
[
|
||||||
"voc -s": "bdStrings.Mod"
|
{"command": "voc -s", "file": "bdStrings.Mod"}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -13,15 +13,14 @@
|
||||||
{
|
{
|
||||||
"time": "0.1"
|
"time": "0.1"
|
||||||
},
|
},
|
||||||
"Build":
|
"Build": [
|
||||||
{
|
{"command": "voc -s", "file": "src/netTypes.Mod"},
|
||||||
"voc -s": "src/netTypes.Mod",
|
{"command": "voc -s", "file": "src/netdb.Mod"},
|
||||||
"voc -s": "src/netdb.Mod",
|
{"command": "voc -s", "file": "src/netSockets.Mod"},
|
||||||
"voc -s": "src/netSockets.Mod",
|
{"command": "voc -s", "file": "src/Internet.Mod"},
|
||||||
"voc -s": "src/Internet.Mod",
|
{"command": "voc -s", "file": "src/netForker.Mod"},
|
||||||
"voc -s": "src/netForker.Mod",
|
{"command": "voc -s", "file": "src/server.Mod"},
|
||||||
"voc -s": "src/server.Mod",
|
{"command": "voc -m", "file": "tst/testClient.Mod"},
|
||||||
"voc -m": "tst/testClient.Mod",
|
{"command": "voc -m", "file": "tst/testServer.Mod"}
|
||||||
"voc -m": "tst/testServer.Mod"
|
]
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
"tag" : "0.1"
|
"tag" : "0.1"
|
||||||
},
|
},
|
||||||
"Build":
|
"Build":
|
||||||
{
|
[
|
||||||
"voc -s": "ArmsciiUTF.Mod"
|
{"command": "voc -s", "file": "ArmsciiUTF.Mod"}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
20
dbg.json
Normal file
20
dbg.json
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"Package": "dbg",
|
||||||
|
"Author": "noch",
|
||||||
|
"License": "GPL-3",
|
||||||
|
"Version": "0.1",
|
||||||
|
"Remote":
|
||||||
|
{
|
||||||
|
"type": "git",
|
||||||
|
"path": "https://github.com/norayr/dbg",
|
||||||
|
"tag" : "0.1"
|
||||||
|
},
|
||||||
|
"Dependencies":
|
||||||
|
{
|
||||||
|
"strutils": "0.1"
|
||||||
|
},
|
||||||
|
"Build":
|
||||||
|
[
|
||||||
|
{"command": "voc -s", "file": "src/dbg.Mod"}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -15,8 +15,8 @@
|
||||||
"postgres": "0.1"
|
"postgres": "0.1"
|
||||||
},
|
},
|
||||||
"Build":
|
"Build":
|
||||||
{
|
[
|
||||||
"voc -s": "src/diasporadb.Mod",
|
{"command": "voc -s", "file": "src/diasporadb.Mod"},
|
||||||
"voc -s": "src/diasporaPost.Mod"
|
}"command": "voc -s", "file": "src/diasporaPost.Mod"}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
"tag" : "0.1"
|
"tag" : "0.1"
|
||||||
},
|
},
|
||||||
"Build":
|
"Build":
|
||||||
{
|
[
|
||||||
"voc -s": "src/fifo.Mod"
|
{"command": "voc -s", "file": "src/fifo.Mod"}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
9
irc.json
9
irc.json
|
|
@ -13,10 +13,11 @@
|
||||||
{
|
{
|
||||||
"time": "0.1",
|
"time": "0.1",
|
||||||
"Internet": "0.1",
|
"Internet": "0.1",
|
||||||
"lists": "0.1"
|
"lists": "0.1",
|
||||||
|
"dbg": "0.1"
|
||||||
},
|
},
|
||||||
"Build":
|
"Build":
|
||||||
{
|
[
|
||||||
"voc -s": "src/IRC.Mod"
|
{"command": "voc -s", "file": "src/IRC.Mod"}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
"irc": "0.1"
|
"irc": "0.1"
|
||||||
},
|
},
|
||||||
"Build":
|
"Build":
|
||||||
{
|
[
|
||||||
"voc -m": "src/vocbot.Mod"
|
{"command": "voc -m", "file": "src/vocbot.Mod"}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
10
libucl.json
10
libucl.json
|
|
@ -10,9 +10,9 @@
|
||||||
"tag" : "0.1"
|
"tag" : "0.1"
|
||||||
},
|
},
|
||||||
"Build":
|
"Build":
|
||||||
{
|
[
|
||||||
"voc -s": "src/ucl.Mod",
|
{"command": "voc -s", "file": "src/ucl.Mod"},
|
||||||
"CFLAGS=-lucl voc -m": "test/libucl_test.Mod",
|
{"command": "CFLAGS=-lucl voc -m", "file": "test/libucl_test.Mod"},
|
||||||
"cp": "test/example.ucl .",
|
{"command": "cp", "file": "test/example.ucl ."}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,8 @@
|
||||||
"tag" : "0.1"
|
"tag" : "0.1"
|
||||||
},
|
},
|
||||||
"Build":
|
"Build":
|
||||||
{
|
[
|
||||||
"voc -s": "src/xo.Mod",
|
{"command": "voc -s", "file": "src/xo.Mod"},
|
||||||
"CFLAGS=-lxo voc -m": "test/libxo_test.Mod",
|
{"command": "CFLAGS=-lxo voc -m", "file": "test/libxo_test.Mod"}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
10
lists.json
10
lists.json
|
|
@ -14,9 +14,9 @@
|
||||||
"strutils": "0.1"
|
"strutils": "0.1"
|
||||||
},
|
},
|
||||||
"Build":
|
"Build":
|
||||||
{
|
[
|
||||||
"voc -s": "src/List.Mod",
|
{"command": "voc -s", "file": "src/List.Mod"},
|
||||||
"voc -s": "src/StringList.Mod",
|
{"command": "voc -s", "file": "src/StringList.Mod"},
|
||||||
"voc -m": "test/TestList.Mod",
|
{"command": "voc -m", "file": "test/testList.Mod"}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
22
manush.json
22
manush.json
|
|
@ -18,15 +18,15 @@
|
||||||
"skprJson": "0.1"
|
"skprJson": "0.1"
|
||||||
},
|
},
|
||||||
"Build":
|
"Build":
|
||||||
{
|
[
|
||||||
"voc -s": "src/mnshList.Mod",
|
{"command": "voc -s", "file": "src/mnshList.Mod"},
|
||||||
"voc -s": "src/mnshUnix.Mod",
|
{"command": "voc -s", "file": "src/mnshUnix.Mod"},
|
||||||
"voc -s": "src/mnshDefs.Mod",
|
{"command": "voc -s", "file": "src/mnshDefs.Mod"},
|
||||||
"voc -s": "src/mnshCrt.Mod",
|
{"command": "voc -s", "file": "src/mnshCrt.Mod"},
|
||||||
"voc -s": "src/mnshStorage.Mod",
|
{"command": "voc -s", "file": "src/mnshStorage.Mod"},
|
||||||
"voc -s": "src/mnshExtTools.Mod",
|
{"command": "voc -s", "file": "src/mnshExtTools.Mod"},
|
||||||
"voc -s": "src/mnshTerm.Mod",
|
{"command": "voc -s", "file": "src/mnshTerm.Mod"},
|
||||||
"voc -s": "src/mnshInput.Mod",
|
{"command": "voc -s", "file": "src/mnshInput.Mod"},
|
||||||
"voc -M": "src/manush.Mod"
|
{"command": "voc -M", "file": "src/manush.Mod"}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -10,12 +10,12 @@
|
||||||
"tag" : "0.1"
|
"tag" : "0.1"
|
||||||
},
|
},
|
||||||
"Build":
|
"Build":
|
||||||
{
|
[
|
||||||
"voc -s": "src/DynamicArray.Mod"
|
{"command": "voc -s", "file": "src/DynamicArray.Mod"},
|
||||||
"voc -s": "src/HashMap.Mod",
|
{"command": "voc -s", "file": "src/HashMap.Mod"},
|
||||||
"voc -s": "src/Map.Mod",
|
{"command": "voc -s", "file": "src/Map.Mod"},
|
||||||
"voc -m": "test/DynamicArrayTest.Mod",
|
{"command": "voc -m", "file": "test/DynamicArrayTest.Mod"},
|
||||||
"voc -m": "test/HashMapTest.Mod",
|
{"command": "voc -m", "file": "test/HashMapTest.Mod"},
|
||||||
"voc -m": "test/MapTest.Mod",
|
{"command": "voc -m", "file": "test/MapTest.Mod"}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
10
opts.json
10
opts.json
|
|
@ -14,9 +14,9 @@
|
||||||
"lists": "0.1"
|
"lists": "0.1"
|
||||||
},
|
},
|
||||||
"Build":
|
"Build":
|
||||||
{
|
[
|
||||||
"voc -s": "src/optsos.Mod",
|
{"command": "voc -s", "file": "src/optsos.Mod"},
|
||||||
"voc -s": "src/opts.Mod",
|
{"command": "voc -s", "file": "src/opts.Mod"},
|
||||||
"voc -m": "src/testopts.Mod"
|
{"command": "voc -m", "file": "src/testopts.Mod"}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,8 @@
|
||||||
"tag" : "0.1"
|
"tag" : "0.1"
|
||||||
},
|
},
|
||||||
"Build":
|
"Build":
|
||||||
{
|
[
|
||||||
"voc -s": "src/pipes.Mod",
|
{"command": "voc -s", "file": "src/pipes.Mod"},
|
||||||
"voc -m": "src/testPipes.Mod"
|
{"command": "voc -m", "file": "src/testPipes.Mod"}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -14,8 +14,8 @@
|
||||||
"pipes": "0.1"
|
"pipes": "0.1"
|
||||||
},
|
},
|
||||||
"Build":
|
"Build":
|
||||||
{
|
[
|
||||||
"voc -s": "postgres.Mod",
|
{"command": "voc -s", "file": "postgres.Mod"},
|
||||||
"voc -m": "PostgresTests.Mod"
|
{"command": "voc -m", "file": "PostgresTests.Mod"}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,8 @@
|
||||||
"skprLogger": "0.1"
|
"skprLogger": "0.1"
|
||||||
},
|
},
|
||||||
"Build":
|
"Build":
|
||||||
{
|
[
|
||||||
"voc -s": "src/skprCharStack.Mod",
|
{"command": "voc -s", "file": "src/skprCharStack.Mod"},
|
||||||
"voc -s": "src/skprJson.Mod"
|
{"command": "voc -s", "file": "src/skprJson.Mod"}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
"time": "0.1"
|
"time": "0.1"
|
||||||
},
|
},
|
||||||
"Build":
|
"Build":
|
||||||
{
|
[
|
||||||
"voc -s": "src/skprLogger.Mod"
|
{"command": "voc -s", "file": "src/skprLogger.Mod"}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -10,9 +10,9 @@
|
||||||
"tag" : "0.1"
|
"tag" : "0.1"
|
||||||
},
|
},
|
||||||
"Build":
|
"Build":
|
||||||
{
|
[
|
||||||
"voc -s": "src/strTypes.Mod",
|
{"command": "voc -s", "file": "src/strTypes.Mod"},
|
||||||
"voc -s": "src/strUtils.Mod",
|
{"command": "voc -s", "file": "src/strUtils.Mod"},
|
||||||
"voc -m": "test/testStrUtils.Mod"
|
{"command": "voc -m", "file": "test/testStrUtils.Mod"}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
"fifo": "0.1",
|
"fifo": "0.1",
|
||||||
},
|
},
|
||||||
"Build":
|
"Build":
|
||||||
{
|
[
|
||||||
"voc -m": "src/testServer.Mod"
|
{"command": "voc -m", "file": "src/testServer.Mod"},
|
||||||
"voc -m": "src/testClient.Mod"
|
{"command": "voc -m", "file": "src/testClient.Mod"}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
"tag" : "0.1"
|
"tag" : "0.1"
|
||||||
},
|
},
|
||||||
"Build":
|
"Build":
|
||||||
{
|
[
|
||||||
"voc -s": "src/time.Mod"
|
{"command": "voc -s", "file": "src/time.Mod"}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
"tag" : "0.1"
|
"tag" : "0.1"
|
||||||
},
|
},
|
||||||
"Build":
|
"Build":
|
||||||
{
|
[
|
||||||
"voc -s": "src/unixFiles.Mod"
|
{"command": "voc -s", "file": "src/unixFiles.Mod"}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
12
vpicl.json
12
vpicl.json
|
|
@ -10,10 +10,10 @@
|
||||||
"tag" : "0.1"
|
"tag" : "0.1"
|
||||||
},
|
},
|
||||||
"Build":
|
"Build":
|
||||||
{
|
[
|
||||||
"voc -s": "POutput.Mod",
|
{"command": "voc -s", "file": "POutput.Mod"},
|
||||||
"voc -s": "PErrors.Mod",
|
{"command": "voc -s", "file": "PErrors.Mod"},
|
||||||
"voc -s": "PICS.Mod",
|
{"command": "voc -s", "file": "PICS.Mod"},
|
||||||
"voc -m": "PICL.Mod"
|
{"command": "voc -m", "file": "PICL.Mod"}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue