diff --git a/Bron-Dijkstra-Strings/Bron-Dijkstra-Strings-0.1.0.vipak b/Bron-Dijkstra-Strings/Bron-Dijkstra-Strings-0.1.0.vipak new file mode 100644 index 0000000..ec8f74b --- /dev/null +++ b/Bron-Dijkstra-Strings/Bron-Dijkstra-Strings-0.1.0.vipak @@ -0,0 +1,13 @@ +[PACKAGE] +name = Bron-Dijkstra-Strings +author = noch +license = GPL-3 +version = 0.1.0 + +[REMOTE] +type = git +uri = https://github.com/norayr/Bron-Dijkstra-Strings +tag = 0.1.0 + +[BUILD] +run = "voc -s bdStrings.Mod" diff --git a/Bron-Dijkstra-Strings/Bron-Dijkstra-Strings-0.1.0.vipakfile b/Bron-Dijkstra-Strings/Bron-Dijkstra-Strings-0.1.0.vipakfile deleted file mode 100644 index d322c3e..0000000 --- a/Bron-Dijkstra-Strings/Bron-Dijkstra-Strings-0.1.0.vipakfile +++ /dev/null @@ -1,17 +0,0 @@ -NAME = Bron-Dijkstra-Strings -VERSION = 0.1.0 - -AUTHOR = noch -LICENSE = GPL-3 - -REMOTE = git https://github.com/norayr/Bron-Dijkstra-Strings 0.1.0 - -DEPS = - -RUN = -MAIN = -BUILD = voc -s bdStrings.Mod - -TEST_RUN = -TEST_MAIN = -TEST = diff --git a/Internet/Internet-0.1.0.vipak b/Internet/Internet-0.1.0.vipak new file mode 100644 index 0000000..3bb8dac --- /dev/null +++ b/Internet/Internet-0.1.0.vipak @@ -0,0 +1,23 @@ +[PACKAGE] +name = Internet +author = noch +license = GPL-3 +version = 0.1.0 + +[REMOTE] +type = git +uri = https://github.com/norayr/Internet +tag = 0.1.0 + +[DEPS] +time = 0.1.0 + +[BUILD] +run = "voc -s src/netTypes.Mod +voc -s src/netdb.Mod +voc -s src/netSockets.Mod +voc -s src/Internet.Mod +voc -s src/netForker.Mod +voc -s src/server.Mod +voc -m tst/testClient.Mod +voc -m tst/testServer.Mod" diff --git a/Internet/Internet-0.1.0.vipakfile b/Internet/Internet-0.1.0.vipakfile deleted file mode 100644 index 03d08d7..0000000 --- a/Internet/Internet-0.1.0.vipakfile +++ /dev/null @@ -1,17 +0,0 @@ -NAME = Internet -VERSION = 0.1.0 - -AUTHOR = noch -LICENSE = GPL-3 - -REMOTE = git https://github.com/norayr/Internet 0.1.0 - -DEPS = time:0.1.0 - -RUN = -MAIN = -BUILD = voc -s src/netTypes.Mod;voc -s src/netdb.Mod;voc -s src/netSockets.Mod;voc -s src/Internet.Mod;voc -s src/netForker.Mod;voc -s src/server.Mod;voc -m tst/testClient.Mod;voc -m tst/testServer.Mod - -TEST_RUN = -TEST_MAIN = -TEST = diff --git a/armscii/armscii-0.1.0.vipak b/armscii/armscii-0.1.0.vipak new file mode 100644 index 0000000..b6707e4 --- /dev/null +++ b/armscii/armscii-0.1.0.vipak @@ -0,0 +1,13 @@ +[PACKAGE] +name = armscii +author = noch +license = GPL-3 +version = 0.1.0 + +[REMOTE] +type = git +uri = https://github.com/norayr/armscii +tag = 0.1.0 + +[BUILD] +run = "voc -s ArmsciiUTF.Mod" diff --git a/armscii/armscii-0.1.0.vipakfile b/armscii/armscii-0.1.0.vipakfile deleted file mode 100644 index 59af1b9..0000000 --- a/armscii/armscii-0.1.0.vipakfile +++ /dev/null @@ -1,17 +0,0 @@ -NAME = armscii -VERSION = 0.1.0 - -AUTHOR = noch -LICENSE = GPL-3 - -REMOTE = git https://github.com/norayr/armscii 0.1.0 - -DEPS = - -RUN = -MAIN = -BUILD = voc -s ArmsciiUTF.Mod - -TEST_RUN = -TEST_MAIN = -TEST = diff --git a/armscii2/armscii2-0.1.0.vipak b/armscii2/armscii2-0.1.0.vipak new file mode 100644 index 0000000..b32af79 --- /dev/null +++ b/armscii2/armscii2-0.1.0.vipak @@ -0,0 +1,13 @@ +[PACKAGE] +name = armscii2 +author = noch +license = GPL-3 +version = 0.1.0 + +[REMOTE] +type = https +uri = https://norayr.am/vpk2/armscii/ArmsciiUTF.Mod +md5 = 14790276c48db775a5fee99a48525dd9 + +[BUILD] +run = "voc -s ArmsciiUTF.Mod" diff --git a/armscii2/armscii2-0.1.0.vipakfile b/armscii2/armscii2-0.1.0.vipakfile deleted file mode 100644 index 174638b..0000000 --- a/armscii2/armscii2-0.1.0.vipakfile +++ /dev/null @@ -1,17 +0,0 @@ -NAME = armscii2 -VERSION = 0.1.0 - -AUTHOR = noch -LICENSE = GPL-3 - -REMOTE = https https://norayr.am/vpk2/armscii/ArmsciiUTF.Mod md5,14790276c48db775a5fee99a48525dd9 - -DEPS = - -RUN = -MAIN = -BUILD = voc -s ArmsciiUTF.Mod - -TEST_RUN = -TEST_MAIN = -TEST = diff --git a/base64/base64-0.1.0.vipak b/base64/base64-0.1.0.vipak new file mode 100644 index 0000000..f66b0aa --- /dev/null +++ b/base64/base64-0.1.0.vipak @@ -0,0 +1,13 @@ +[PACKAGE] +name = base64 +author = noch +license = GPL-3 +version = 0.1.0 + +[REMOTE] +type = git +uri = https://github.com/norayr/base64 +tag = 0.1.0 + +[BUILD] +run = "voc -s src/Base64.Mod" diff --git a/base64/base64-0.1.0.vipakfile b/base64/base64-0.1.0.vipakfile deleted file mode 100644 index a1ef5ba..0000000 --- a/base64/base64-0.1.0.vipakfile +++ /dev/null @@ -1,17 +0,0 @@ -NAME = base64 -VERSION = 0.1.0 - -AUTHOR = noch -LICENSE = GPL-3 - -REMOTE = git https://github.com/norayr/base64 0.1.0 - -DEPS = - -RUN = -MAIN = -BUILD = voc -s src/Base64.Mod - -TEST_RUN = -TEST_MAIN = -TEST = diff --git a/cairo/cairo-0.1.0.vipak b/cairo/cairo-0.1.0.vipak new file mode 100644 index 0000000..6316326 --- /dev/null +++ b/cairo/cairo-0.1.0.vipak @@ -0,0 +1,13 @@ +[PACKAGE] +name = cairo +author = une +license = GPL-3 +version = 0.1.0 + +[REMOTE] +type = https +uri = https://codeberg.org/une/oberon-cairo/raw/commit/bca71235f8/Cairo.mod +md5 = e6f3d616481b1c5da1c9eebdb2e75ae7 + +[BUILD] +run = "voc -s Cairo.mod" diff --git a/cairo/cairo-0.1.0.vipakfile b/cairo/cairo-0.1.0.vipakfile deleted file mode 100644 index 4eca9ca..0000000 --- a/cairo/cairo-0.1.0.vipakfile +++ /dev/null @@ -1,17 +0,0 @@ -NAME = cairo -VERSION = 0.1.0 - -AUTHOR = une -LICENSE = GPL-3 - -REMOTE = https https://codeberg.org/une/oberon-cairo/raw/commit/bca71235f8/Cairo.mod md5,e6f3d616481b1c5da1c9eebdb2e75ae7 - -DEPS = - -RUN = -MAIN = -BUILD = voc -s Cairo.mod - -TEST_RUN = -TEST_MAIN = -TEST = diff --git a/dbg/dbg-0.1.0.vipak b/dbg/dbg-0.1.0.vipak new file mode 100644 index 0000000..36fc430 --- /dev/null +++ b/dbg/dbg-0.1.0.vipak @@ -0,0 +1,16 @@ +[PACKAGE] +name = dbg +author = noch +license = GPL-3 +version = 0.1.0 + +[REMOTE] +type = git +uri = https://github.com/norayr/dbg +tag = 0.1.0 + +[DEPS] +strutils = 0.1.0 + +[BUILD] +run = "voc -s src/dbg.Mod" diff --git a/dbg/dbg-0.1.0.vipakfile b/dbg/dbg-0.1.0.vipakfile deleted file mode 100644 index c2f7682..0000000 --- a/dbg/dbg-0.1.0.vipakfile +++ /dev/null @@ -1,17 +0,0 @@ -NAME = dbg -VERSION = 0.1.0 - -AUTHOR = noch -LICENSE = GPL-3 - -REMOTE = git https://github.com/norayr/dbg 0.1.0 - -DEPS = strutils:0.1.0 - -RUN = -MAIN = -BUILD = voc -s src/dbg.Mod - -TEST_RUN = -TEST_MAIN = -TEST = diff --git a/diaspora/diaspora-0.1.0.vipak b/diaspora/diaspora-0.1.0.vipak new file mode 100644 index 0000000..71badd6 --- /dev/null +++ b/diaspora/diaspora-0.1.0.vipak @@ -0,0 +1,18 @@ +[PACKAGE] +name = diaspora +author = noch +license = GPL-3 +version = 0.1.0 + +[REMOTE] +type = git +uri = https://github.com/norayr/diaspora +tag = 0.1.0 + +[DEPS] +lists = 0.1.0 +postgres = 0.1.0 + +[BUILD] +run = "voc -s src/diasporadb.Mod +voc -s src/diasporaPost.Mod" diff --git a/diaspora/diaspora-0.1.0.vipakfile b/diaspora/diaspora-0.1.0.vipakfile deleted file mode 100644 index e1c3e72..0000000 --- a/diaspora/diaspora-0.1.0.vipakfile +++ /dev/null @@ -1,17 +0,0 @@ -NAME = diaspora -VERSION = 0.1.0 - -AUTHOR = noch -LICENSE = GPL-3 - -REMOTE = git https://github.com/norayr/diaspora 0.1.0 - -DEPS = lists:0.1.0 postgres:0.1.0 - -RUN = -MAIN = -BUILD = voc -s src/diasporadb.Mod;voc -s src/diasporaPost.Mod - -TEST_RUN = -TEST_MAIN = -TEST = diff --git a/etiquette/etiquette-0.1.0.vipak b/etiquette/etiquette-0.1.0.vipak new file mode 100644 index 0000000..eb530e6 --- /dev/null +++ b/etiquette/etiquette-0.1.0.vipak @@ -0,0 +1,13 @@ +[PACKAGE] +name = etiquette +author = noch +license = GPL-3 +version = 0.1.0 + +[REMOTE] +type = git +uri = https://github.com/norayr/etiquette +tag = 0.1.0 + +[BUILD] +run = "voc -m src/etiquette.Mod" diff --git a/etiquette/etiquette-0.1.0.vipakfile b/etiquette/etiquette-0.1.0.vipakfile deleted file mode 100644 index b371c47..0000000 --- a/etiquette/etiquette-0.1.0.vipakfile +++ /dev/null @@ -1,17 +0,0 @@ -NAME = etiquette -VERSION = 0.1.0 - -AUTHOR = noch -LICENSE = GPL-3 - -REMOTE = git https://github.com/norayr/etiquette 0.1.0 - -DEPS = - -RUN = -MAIN = -BUILD = voc -m src/etiquette.Mod - -TEST_RUN = -TEST_MAIN = -TEST = diff --git a/fifo/fifo-0.1.0.vipak b/fifo/fifo-0.1.0.vipak new file mode 100644 index 0000000..f23b827 --- /dev/null +++ b/fifo/fifo-0.1.0.vipak @@ -0,0 +1,13 @@ +[PACKAGE] +name = fifo +author = noch +license = GPL-3 +version = 0.1.0 + +[REMOTE] +type = git +uri = https://github.com/norayr/fifo +tag = 0.1.0 + +[BUILD] +run = "voc -s src/fifo.Mod" diff --git a/fifo/fifo-0.1.0.vipakfile b/fifo/fifo-0.1.0.vipakfile deleted file mode 100644 index 7e91094..0000000 --- a/fifo/fifo-0.1.0.vipakfile +++ /dev/null @@ -1,17 +0,0 @@ -NAME = fifo -VERSION = 0.1.0 - -AUTHOR = noch -LICENSE = GPL-3 - -REMOTE = git https://github.com/norayr/fifo 0.1.0 - -DEPS = - -RUN = -MAIN = -BUILD = voc -s src/fifo.Mod - -TEST_RUN = -TEST_MAIN = -TEST = diff --git a/http/http-0.1.0.vipak b/http/http-0.1.0.vipak new file mode 100644 index 0000000..75f583e --- /dev/null +++ b/http/http-0.1.0.vipak @@ -0,0 +1,19 @@ +[PACKAGE] +name = http +author = noch +license = GPL-3 +version = 0.1.0 + +[REMOTE] +type = git +uri = https://github.com/norayr/http +tag = 0.1.0 + +[DEPS] +strutils = 0.1.0 +base64 = 0.1.0 +Internet = 0.1.0 + +[BUILD] +run = "voc -s src/hexIntStr.Mod +voc -s src/http.Mod" diff --git a/http/http-0.1.0.vipakfile b/http/http-0.1.0.vipakfile deleted file mode 100644 index d556052..0000000 --- a/http/http-0.1.0.vipakfile +++ /dev/null @@ -1,17 +0,0 @@ -NAME = http -VERSION = 0.1.0 - -AUTHOR = noch -LICENSE = GPL-3 - -REMOTE = git https://github.com/norayr/http 0.1.0 - -DEPS = strutils:0.1.0 base64:0.1.0 internet:0.1.0 - -RUN = -MAIN = -BUILD = voc -s src/hexIntStr.Mod;voc -s src/http.Mod - -TEST_RUN = -TEST_MAIN = -TEST = diff --git a/irc/irc-0.1.0.vipak b/irc/irc-0.1.0.vipak new file mode 100644 index 0000000..cd083eb --- /dev/null +++ b/irc/irc-0.1.0.vipak @@ -0,0 +1,19 @@ +[PACKAGE] +name = irc +author = noch +license = GPL-3 +version = 0.1.0 + +[REMOTE] +type = git +uri = https://github.com/norayr/irc +tag = 0.1.0 + +[DEPS] +time = 0.1.0 +Internet = 0.1.0 +lists = 0.1.0 +dbg = 0.1.0 + +[BUILD] +run = "voc -s src/IRC.Mod" diff --git a/irc/irc-0.1.0.vipakfile b/irc/irc-0.1.0.vipakfile deleted file mode 100644 index 06a0b20..0000000 --- a/irc/irc-0.1.0.vipakfile +++ /dev/null @@ -1,17 +0,0 @@ -NAME = irc -VERSION = 0.1.0 - -AUTHOR = noch -LICENSE = GPL-3 - -REMOTE = git https://github.com/norayr/irc 0.1.0 - -DEPS = time:0.1.0 internet:0.1.0 lists:0.1.0 dbg:0.1.0 - -RUN = -MAIN = -BUILD = voc -s src/IRC.Mod - -TEST_RUN = -TEST_MAIN = -TEST = diff --git a/irc_bot/irc_bot-0.1.0.vipak b/irc_bot/irc_bot-0.1.0.vipak new file mode 100644 index 0000000..2a576a5 --- /dev/null +++ b/irc_bot/irc_bot-0.1.0.vipak @@ -0,0 +1,20 @@ +[PACKAGE] +name = irc_bot +author = noch +license = GPL-3 +version = 0.1.0 + +[REMOTE] +type = git +uri = https://github.com/norayr/irc_bot +tag = 0.1.0 + +[DEPS] +opts = 0.1.0 +lists = 0.1.0 +Internet = 0.1.0 +time = 0.1.0 +irc = 0.1.0 + +[BUILD] +run = "voc -m src/vocbot.Mod" diff --git a/irc_bot/irc_bot-0.1.0.vipakfile b/irc_bot/irc_bot-0.1.0.vipakfile deleted file mode 100644 index dc56aff..0000000 --- a/irc_bot/irc_bot-0.1.0.vipakfile +++ /dev/null @@ -1,17 +0,0 @@ -NAME = irc_bot -VERSION = 0.1.0 - -AUTHOR = noch -LICENSE = GPL-3 - -REMOTE = git https://github.com/norayr/irc_bot 0.1.0 - -DEPS = opts:0.1.0 lists:0.1.0 internet:0.1.0 time:0.1.0 irc:0.1.0 - -RUN = -MAIN = -BUILD = voc -m src/vocbot.Mod - -TEST_RUN = -TEST_MAIN = -TEST = diff --git a/libucl/libucl-0.1.0.vipak b/libucl/libucl-0.1.0.vipak new file mode 100644 index 0000000..d4d3102 --- /dev/null +++ b/libucl/libucl-0.1.0.vipak @@ -0,0 +1,15 @@ +[PACKAGE] +name = libucl +author = antranigv +license = BSD +version = 0.1.0 + +[REMOTE] +type = git +uri = https://github.com/antranigv/voclibucl +tag = 0.1.0 + +[BUILD] +run = "voc -s src/ucl.Mod +CFLAGS=-lucl voc -m test/libucl_test.Mod +cp test/example.ucl ." diff --git a/libucl/libucl-0.1.0.vipakfile b/libucl/libucl-0.1.0.vipakfile deleted file mode 100644 index e115618..0000000 --- a/libucl/libucl-0.1.0.vipakfile +++ /dev/null @@ -1,17 +0,0 @@ -NAME = libucl -VERSION = 0.1.0 - -AUTHOR = antranigv -LICENSE = BSD - -REMOTE = git https://github.com/antranigv/voclibucl 0.1.0 - -DEPS = - -RUN = -MAIN = -BUILD = voc -s src/ucl.Mod;CFLAGS=-lucl voc -m test/libucl_test.Mod;cp test/example.ucl . - -TEST_RUN = -TEST_MAIN = -TEST = diff --git a/libxo/libxo-0.1.0.vipak b/libxo/libxo-0.1.0.vipak new file mode 100644 index 0000000..8904a19 --- /dev/null +++ b/libxo/libxo-0.1.0.vipak @@ -0,0 +1,14 @@ +[PACKAGE] +name = libxo +author = antranigv +license = BSD +version = 0.1.0 + +[REMOTE] +type = git +uri = https://github.com/antranigv/voclibxo +tag = 0.1.0 + +[BUILD] +run = "voc -s src/xo.Mod +CFLAGS=-lxo voc -m test/libxo_test.Mod" diff --git a/libxo/libxo-0.1.0.vipakfile b/libxo/libxo-0.1.0.vipakfile deleted file mode 100644 index 3bd895d..0000000 --- a/libxo/libxo-0.1.0.vipakfile +++ /dev/null @@ -1,17 +0,0 @@ -NAME = libxo -VERSION = 0.1.0 - -AUTHOR = antranigv -LICENSE = BSD - -REMOTE = git https://github.com/antranigv/voclibxo 0.1.0 - -DEPS = - -RUN = -MAIN = -BUILD = voc -s src/xo.Mod;CFLAGS=-lxo voc -m test/libxo_test.Mod - -TEST_RUN = -TEST_MAIN = -TEST = diff --git a/lists/lists-0.1.0.vipak b/lists/lists-0.1.0.vipak new file mode 100644 index 0000000..9d85deb --- /dev/null +++ b/lists/lists-0.1.0.vipak @@ -0,0 +1,18 @@ +[PACKAGE] +name = lists +author = noch +license = GPL-3 +version = 0.1.0 + +[REMOTE] +type = git +uri = https://github.com/norayr/lists +tag = 0.1.0 + +[DEPS] +strutils = 0.1.0 + +[BUILD] +run = "voc -s src/List.Mod +voc -s src/StringList.Mod +voc -m test/testList.Mod" diff --git a/lists/lists-0.1.0.vipakfile b/lists/lists-0.1.0.vipakfile deleted file mode 100644 index 5124f59..0000000 --- a/lists/lists-0.1.0.vipakfile +++ /dev/null @@ -1,17 +0,0 @@ -NAME = lists -VERSION = 0.1.0 - -AUTHOR = noch -LICENSE = GPL-3 - -REMOTE = git https://github.com/norayr/lists 0.1.0 - -DEPS = strutils:0.1.0 - -RUN = -MAIN = -BUILD = voc -s src/List.Mod;voc -s src/StringList.Mod;voc -m test/testList.Mod - -TEST_RUN = -TEST_MAIN = -TEST = diff --git a/manush/manush-0.1.1.vipak b/manush/manush-0.1.1.vipak new file mode 100644 index 0000000..525bf51 --- /dev/null +++ b/manush/manush-0.1.1.vipak @@ -0,0 +1,28 @@ +[PACKAGE] +name = manush +author = noch +license = BSD 2-Clause License +version = 0.1.1 + +[REMOTE] +type = git +uri = https://github.com/illuria/manush +branch = master +tag = 0.1 + +[DEPS] +lists = 0.1 +opts = 0.1 +pipes = 0.1 +skprJson = 0.1 + +[BUILD] +run = "voc -s src/mnshList.Mod +voc -s src/mnshUnix.Mod +voc -s src/mnshDefs.Mod +voc -s src/mnshCrt.Mod +voc -s src/mnshStorage.Mod +voc -s src/mnshExtTools.Mod +voc -s src/mnshTerm.Mod +voc -s src/mnshInput.Mod +voc -M src/manush.Mod" diff --git a/manush/manush-0.1.1.vipakfile b/manush/manush-0.1.1.vipakfile deleted file mode 100644 index e1d64af..0000000 --- a/manush/manush-0.1.1.vipakfile +++ /dev/null @@ -1,17 +0,0 @@ -NAME = manush -VERSION = 0.1.1 - -AUTHOR = noch -LICENSE = BSD 2-Clause License - -REMOTE = git https://github.com/illuria/manush 0.1 - -DEPS = lists:0.1 opts:0.1 pipes:0.1 skprjson:0.1 - -RUN = -MAIN = -BUILD = voc -s src/mnshList.Mod;voc -s src/mnshUnix.Mod;voc -s src/mnshDefs.Mod;voc -s src/mnshCrt.Mod;voc -s src/mnshStorage.Mod;voc -s src/mnshExtTools.Mod;voc -s src/mnshTerm.Mod;voc -s src/mnshInput.Mod;voc -M src/manush.Mod - -TEST_RUN = -TEST_MAIN = -TEST = diff --git a/oberonDS/oberonDS-0.1.0.vipak b/oberonDS/oberonDS-0.1.0.vipak new file mode 100644 index 0000000..76e42d6 --- /dev/null +++ b/oberonDS/oberonDS-0.1.0.vipak @@ -0,0 +1,18 @@ +[PACKAGE] +name = oberonDS +author = InnaKhachikyan +license = unknown +version = 0.1.0 + +[REMOTE] +type = git +uri = https://github.com/InnaKhachikyan/oberonDS +tag = 0.1.0 + +[BUILD] +run = "voc -s src/DynamicArray.Mod +voc -s src/HashMap.Mod +voc -s src/Map.Mod +voc -m test/DynamicArrayTest.Mod +voc -m test/HashMapTest.Mod +voc -m test/MapTest.Mod" diff --git a/oberonDS/oberonDS-0.1.0.vipakfile b/oberonDS/oberonDS-0.1.0.vipakfile deleted file mode 100644 index c992426..0000000 --- a/oberonDS/oberonDS-0.1.0.vipakfile +++ /dev/null @@ -1,17 +0,0 @@ -NAME = oberonDS -VERSION = 0.1.0 - -AUTHOR = InnaKhachikyan -LICENSE = unknown - -REMOTE = git https://github.com/InnaKhachikyan/oberonDS 0.1.0 - -DEPS = - -RUN = -MAIN = -BUILD = voc -s src/DynamicArray.Mod;voc -s src/HashMap.Mod;voc -s src/Map.Mod;voc -m test/DynamicArrayTest.Mod;voc -m test/HashMapTest.Mod;voc -m test/MapTest.Mod - -TEST_RUN = -TEST_MAIN = -TEST = diff --git a/opts/opts-0.1.0.vipak b/opts/opts-0.1.0.vipak new file mode 100644 index 0000000..7eff34a --- /dev/null +++ b/opts/opts-0.1.0.vipak @@ -0,0 +1,18 @@ +[PACKAGE] +name = opts +author = noch +license = GPL-3 +version = 0.1.0 + +[REMOTE] +type = git +uri = https://github.com/norayr/opts +tag = 0.1.0 + +[DEPS] +lists = 0.1.0 + +[BUILD] +run = "voc -s src/optsos.Mod +voc -s src/opts.Mod +voc -m src/testopts.Mod" diff --git a/opts/opts-0.1.0.vipakfile b/opts/opts-0.1.0.vipakfile deleted file mode 100644 index 08261b3..0000000 --- a/opts/opts-0.1.0.vipakfile +++ /dev/null @@ -1,17 +0,0 @@ -NAME = opts -VERSION = 0.1.0 - -AUTHOR = noch -LICENSE = GPL-3 - -REMOTE = git https://github.com/norayr/opts 0.1.0 - -DEPS = lists:0.1.0 - -RUN = -MAIN = -BUILD = voc -s src/optsos.Mod;voc -s src/opts.Mod;voc -m src/testopts.Mod - -TEST_RUN = -TEST_MAIN = -TEST = diff --git a/pipes/pipes-0.1.0.vipak b/pipes/pipes-0.1.0.vipak new file mode 100644 index 0000000..a477649 --- /dev/null +++ b/pipes/pipes-0.1.0.vipak @@ -0,0 +1,14 @@ +[PACKAGE] +name = pipes +author = noch +license = GPL-3 +version = 0.1.0 + +[REMOTE] +type = git +uri = https://github.com/norayr/pipes +tag = 0.1.0 + +[BUILD] +run = "voc -s src/pipes.Mod +voc -m src/testPipes.Mod" diff --git a/pipes/pipes-0.1.0.vipakfile b/pipes/pipes-0.1.0.vipakfile deleted file mode 100644 index b944349..0000000 --- a/pipes/pipes-0.1.0.vipakfile +++ /dev/null @@ -1,17 +0,0 @@ -NAME = pipes -VERSION = 0.1.0 - -AUTHOR = noch -LICENSE = GPL-3 - -REMOTE = git https://github.com/norayr/pipes 0.1.0 - -DEPS = - -RUN = -MAIN = -BUILD = voc -s src/pipes.Mod;voc -m src/testPipes.Mod - -TEST_RUN = -TEST_MAIN = -TEST = diff --git a/postgres/postgres-0.1.0.vipak b/postgres/postgres-0.1.0.vipak new file mode 100644 index 0000000..3d54fc9 --- /dev/null +++ b/postgres/postgres-0.1.0.vipak @@ -0,0 +1,17 @@ +[PACKAGE] +name = postgres +author = noch +license = GPL-3 +version = 0.1.0 + +[REMOTE] +type = git +uri = https://github.com/norayr/postgres +tag = 0.1.0 + +[DEPS] +pipes = 0.1.0 + +[BUILD] +run = "voc -s postgres.Mod +voc -m PostgresTests.Mod" diff --git a/postgres/postgres-0.1.0.vipakfile b/postgres/postgres-0.1.0.vipakfile deleted file mode 100644 index ca15704..0000000 --- a/postgres/postgres-0.1.0.vipakfile +++ /dev/null @@ -1,17 +0,0 @@ -NAME = postgres -VERSION = 0.1.0 - -AUTHOR = noch -LICENSE = GPL-3 - -REMOTE = git https://github.com/norayr/postgres 0.1.0 - -DEPS = pipes:0.1.0 - -RUN = -MAIN = -BUILD = voc -s postgres.Mod;voc -m PostgresTests.Mod - -TEST_RUN = -TEST_MAIN = -TEST = diff --git a/skprJson/skprJson-0.1.0.vipak b/skprJson/skprJson-0.1.0.vipak new file mode 100644 index 0000000..bfb3561 --- /dev/null +++ b/skprJson/skprJson-0.1.0.vipak @@ -0,0 +1,18 @@ +[PACKAGE] +name = skprJson +author = shekspir55 +license = GPL-3 +version = 0.1.0 + +[REMOTE] +type = git +uri = https://github.com/norayr/skprJson +tag = 0.1.0 + +[DEPS] +lists = 0.1.0 +skprLogger = 0.1.0 + +[BUILD] +run = "voc -s src/skprCharStack.Mod +voc -s src/skprJson.Mod" diff --git a/skprJson/skprJson-0.1.0.vipakfile b/skprJson/skprJson-0.1.0.vipakfile deleted file mode 100644 index 52348aa..0000000 --- a/skprJson/skprJson-0.1.0.vipakfile +++ /dev/null @@ -1,17 +0,0 @@ -NAME = skprJson -VERSION = 0.1.0 - -AUTHOR = shekspir55 -LICENSE = GPL-3 - -REMOTE = git https://github.com/norayr/skprJson 0.1.0 - -DEPS = lists:0.1.0 skprlogger:0.1.0 - -RUN = -MAIN = -BUILD = voc -s src/skprCharStack.Mod;voc -s src/skprJson.Mod - -TEST_RUN = -TEST_MAIN = -TEST = diff --git a/skprLogger/skprLogger-0.1.0.vipak b/skprLogger/skprLogger-0.1.0.vipak new file mode 100644 index 0000000..54020e7 --- /dev/null +++ b/skprLogger/skprLogger-0.1.0.vipak @@ -0,0 +1,16 @@ +[PACKAGE] +name = skprLogger +author = shekspir55 +license = GPL-3 +version = 0.1.0 + +[REMOTE] +type = git +uri = https://github.com/norayr/skprLogger +tag = 0.1.0 + +[DEPS] +time = 0.1.0 + +[BUILD] +run = "voc -s src/skprLogger.Mod" diff --git a/skprLogger/skprLogger-0.1.0.vipakfile b/skprLogger/skprLogger-0.1.0.vipakfile deleted file mode 100644 index 4878422..0000000 --- a/skprLogger/skprLogger-0.1.0.vipakfile +++ /dev/null @@ -1,17 +0,0 @@ -NAME = skprLogger -VERSION = 0.1.0 - -AUTHOR = shekspir55 -LICENSE = GPL-3 - -REMOTE = git https://github.com/norayr/skprLogger 0.1.0 - -DEPS = time:0.1.0 - -RUN = -MAIN = -BUILD = voc -s src/skprLogger.Mod - -TEST_RUN = -TEST_MAIN = -TEST = diff --git a/strutils/strutils-0.1.0.vipak b/strutils/strutils-0.1.0.vipak new file mode 100644 index 0000000..a688233 --- /dev/null +++ b/strutils/strutils-0.1.0.vipak @@ -0,0 +1,15 @@ +[PACKAGE] +name = strutils +author = noch +license = GPL-3 +version = 0.1.0 + +[REMOTE] +type = git +uri = https://github.com/norayr/strutils +tag = 0.1.0 + +[BUILD] +run = "voc -s src/strTypes.Mod +voc -s src/strUtils.Mod +voc -m test/testStrUtils.Mod" diff --git a/strutils/strutils-0.1.0.vipakfile b/strutils/strutils-0.1.0.vipakfile deleted file mode 100644 index 717aa89..0000000 --- a/strutils/strutils-0.1.0.vipakfile +++ /dev/null @@ -1,17 +0,0 @@ -NAME = strutils -VERSION = 0.1.0 - -AUTHOR = noch -LICENSE = GPL-3 - -REMOTE = git https://github.com/norayr/strutils 0.1.0 - -DEPS = - -RUN = -MAIN = -BUILD = voc -s src/strTypes.Mod;voc -s src/strUtils.Mod;voc -m test/testStrUtils.Mod - -TEST_RUN = -TEST_MAIN = -TEST = diff --git a/strutils2/strutils2-0.1.0.vipak b/strutils2/strutils2-0.1.0.vipak new file mode 100644 index 0000000..9432344 --- /dev/null +++ b/strutils2/strutils2-0.1.0.vipak @@ -0,0 +1,25 @@ +[PACKAGE] +name = strutils2 +author = noch +license = GPL-3 +version = 0.1.0 + +[REMOTE] +type = https +uri = https://norayr.am/vpk/strutils/src/strTypes.Mod +md5 = 3d3a2782bb5d244824fe2fe7bd214f74 +authtype = BasicAuth +user = tactun +password = tactun + +[REMOTE] +type = https +uri = https://norayr.am/vpk/strutils/src/strUtils.Mod +md5 = 43146f0d62473f2ac05b327792ec1258 +authtype = BasicAuth +user = tactun +password = tactun + +[BUILD] +run = "voc -s strTypes.Mod +voc -s strUtils.Mod" diff --git a/strutils2/strutils2-0.1.0.vipakfile b/strutils2/strutils2-0.1.0.vipakfile deleted file mode 100644 index 69d48c1..0000000 --- a/strutils2/strutils2-0.1.0.vipakfile +++ /dev/null @@ -1,17 +0,0 @@ -NAME = strutils2 -VERSION = 0.1.0 - -AUTHOR = noch -LICENSE = GPL-3 - -REMOTE = https https://tactun:tactun@norayr.am/vpk/strutils/src/strTypes.Mod md5,3d3a2782bb5d244824fe2fe7bd214f74;https://tactun:tactun@norayr.am/vpk/strutils/src/strUtils.Mod md5,43146f0d62473f2ac05b327792ec1258 - -DEPS = - -RUN = -MAIN = -BUILD = voc -s strTypes.Mod;voc -s strUtils.Mod - -TEST_RUN = -TEST_MAIN = -TEST = diff --git a/test_server/test_server-0.1.0.vipak b/test_server/test_server-0.1.0.vipak new file mode 100644 index 0000000..1aa23ef --- /dev/null +++ b/test_server/test_server-0.1.0.vipak @@ -0,0 +1,20 @@ +[PACKAGE] +name = test_server +author = noch +license = GPL-3 +version = 0.1.0 + +[REMOTE] +type = git +uri = https://github.com/norayr/test_server +tag = 0.1.0 + +[DEPS] +lists = 0.1.0 +Internet = 0.1.0 +time = 0.1.0 +fifo = 0.1.0 + +[BUILD] +run = "voc -m src/testServer.Mod +voc -m src/testClient.Mod" diff --git a/test_server/test_server-0.1.0.vipakfile b/test_server/test_server-0.1.0.vipakfile deleted file mode 100644 index ba7410c..0000000 --- a/test_server/test_server-0.1.0.vipakfile +++ /dev/null @@ -1,17 +0,0 @@ -NAME = test_server -VERSION = 0.1.0 - -AUTHOR = noch -LICENSE = GPL-3 - -REMOTE = git https://github.com/norayr/test_server 0.1.0 - -DEPS = lists:0.1.0 internet:0.1.0 time:0.1.0 fifo:0.1.0 - -RUN = -MAIN = -BUILD = voc -m src/testServer.Mod;voc -m src/testClient.Mod - -TEST_RUN = -TEST_MAIN = -TEST = diff --git a/time/time-0.1.0.vipak b/time/time-0.1.0.vipak new file mode 100644 index 0000000..ad4af70 --- /dev/null +++ b/time/time-0.1.0.vipak @@ -0,0 +1,13 @@ +[PACKAGE] +name = time +author = noch +license = GPL-3 +version = 0.1.0 + +[REMOTE] +type = git +uri = https://github.com/norayr/time +tag = 0.1.0 + +[BUILD] +run = "voc -s src/time.Mod" diff --git a/time/time-0.1.0.vipakfile b/time/time-0.1.0.vipakfile deleted file mode 100644 index d82fce8..0000000 --- a/time/time-0.1.0.vipakfile +++ /dev/null @@ -1,17 +0,0 @@ -NAME = time -VERSION = 0.1.0 - -AUTHOR = noch -LICENSE = GPL-3 - -REMOTE = git https://github.com/norayr/time 0.1.0 - -DEPS = - -RUN = -MAIN = -BUILD = voc -s src/time.Mod - -TEST_RUN = -TEST_MAIN = -TEST = diff --git a/unixFileSystem/unixFileSystem-0.1.0.vipak b/unixFileSystem/unixFileSystem-0.1.0.vipak new file mode 100644 index 0000000..f8af265 --- /dev/null +++ b/unixFileSystem/unixFileSystem-0.1.0.vipak @@ -0,0 +1,14 @@ +[PACKAGE] +name = unixFileSystem +author = noch +license = GPL-3 +version = 0.1.0 + +[REMOTE] +type = git +uri = https://github.com/norayr/unixFileSystem +tag = 0.1.0 + +[BUILD] +run = "voc -s src/UnixFS.Mod +voc -m test/TestUnixFS.Mod" diff --git a/unixFileSystem/unixFileSystem-0.1.0.vipakfile b/unixFileSystem/unixFileSystem-0.1.0.vipakfile deleted file mode 100644 index 7dd7c8e..0000000 --- a/unixFileSystem/unixFileSystem-0.1.0.vipakfile +++ /dev/null @@ -1,17 +0,0 @@ -NAME = unixFileSystem -VERSION = 0.1.0 - -AUTHOR = noch -LICENSE = GPL-3 - -REMOTE = git https://github.com/norayr/unixFileSystem 0.1.0 - -DEPS = - -RUN = -MAIN = -BUILD = voc -s src/UnixFS.Mod;voc -m test/TestUnixFS.Mod - -TEST_RUN = -TEST_MAIN = -TEST = diff --git a/unixfs/unixfs-0.1.0.vipak b/unixfs/unixfs-0.1.0.vipak new file mode 100644 index 0000000..3d65678 --- /dev/null +++ b/unixfs/unixfs-0.1.0.vipak @@ -0,0 +1,13 @@ +[PACKAGE] +name = unixfs +author = noch +license = GPL-3 +version = 0.1.0 + +[REMOTE] +type = git +uri = https://github.com/norayr/unixfs +tag = 0.1.0 + +[BUILD] +run = "voc -s src/unixFiles.Mod" diff --git a/unixfs/unixfs-0.1.0.vipakfile b/unixfs/unixfs-0.1.0.vipakfile deleted file mode 100644 index 9b1db13..0000000 --- a/unixfs/unixfs-0.1.0.vipakfile +++ /dev/null @@ -1,17 +0,0 @@ -NAME = unixfs -VERSION = 0.1.0 - -AUTHOR = noch -LICENSE = GPL-3 - -REMOTE = git https://github.com/norayr/unixfs 0.1.0 - -DEPS = - -RUN = -MAIN = -BUILD = voc -s src/unixFiles.Mod - -TEST_RUN = -TEST_MAIN = -TEST = diff --git a/vpicl/vpicl-0.1.0.vipak b/vpicl/vpicl-0.1.0.vipak new file mode 100644 index 0000000..784a393 --- /dev/null +++ b/vpicl/vpicl-0.1.0.vipak @@ -0,0 +1,16 @@ +[PACKAGE] +name = vpicl +author = noch +license = GPL-3 +version = 0.1.0 + +[REMOTE] +type = git +uri = https://github.com/norayr/vpicl +tag = 0.1.0 + +[BUILD] +run = "voc -s POutput.Mod +voc -s PErrors.Mod +voc -s PICS.Mod +voc -m PICL.Mod" diff --git a/vpicl/vpicl-0.1.0.vipakfile b/vpicl/vpicl-0.1.0.vipakfile deleted file mode 100644 index cfff7bb..0000000 --- a/vpicl/vpicl-0.1.0.vipakfile +++ /dev/null @@ -1,17 +0,0 @@ -NAME = vpicl -VERSION = 0.1.0 - -AUTHOR = noch -LICENSE = GPL-3 - -REMOTE = git https://github.com/norayr/vpicl 0.1.0 - -DEPS = - -RUN = -MAIN = -BUILD = voc -s POutput.Mod;voc -s PErrors.Mod;voc -s PICS.Mod;voc -m PICL.Mod - -TEST_RUN = -TEST_MAIN = -TEST = diff --git a/xattr/xattr-0.1.0.vipak b/xattr/xattr-0.1.0.vipak new file mode 100644 index 0000000..e022b88 --- /dev/null +++ b/xattr/xattr-0.1.0.vipak @@ -0,0 +1,13 @@ +[PACKAGE] +name = xattr +author = noch +license = GPL-3 +version = 0.1.0 + +[REMOTE] +type = git +uri = https://github.com/norayr/xattr +tag = 0.1.0 + +[BUILD] +run = "voc -s src/xattr.Mod" diff --git a/xattr/xattr-0.1.0.vipakfile b/xattr/xattr-0.1.0.vipakfile deleted file mode 100644 index e799f70..0000000 --- a/xattr/xattr-0.1.0.vipakfile +++ /dev/null @@ -1,17 +0,0 @@ -NAME = xattr -VERSION = 0.1.0 - -AUTHOR = noch -LICENSE = GPL-3 - -REMOTE = git https://github.com/norayr/xattr 0.1.0 - -DEPS = - -RUN = -MAIN = -BUILD = voc -s src/xattr.Mod - -TEST_RUN = -TEST_MAIN = -TEST =