new vipak toml files.

This commit is contained in:
Norayr Chilingarian 2026-04-09 02:49:24 +04:00
parent d6b1cd2104
commit 138cc765c0
62 changed files with 511 additions and 527 deletions

View file

@ -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"

View file

@ -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 =

View file

@ -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"

View file

@ -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 =

View file

@ -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"

View file

@ -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 =

View file

@ -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"

View file

@ -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 =

13
base64/base64-0.1.0.vipak Normal file
View file

@ -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"

View file

@ -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 =

13
cairo/cairo-0.1.0.vipak Normal file
View file

@ -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"

View file

@ -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 =

16
dbg/dbg-0.1.0.vipak Normal file
View file

@ -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"

View file

@ -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 =

View file

@ -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"

View file

@ -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 =

View file

@ -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"

View file

@ -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 =

13
fifo/fifo-0.1.0.vipak Normal file
View file

@ -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"

View file

@ -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 =

19
http/http-0.1.0.vipak Normal file
View file

@ -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"

View file

@ -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 =

19
irc/irc-0.1.0.vipak Normal file
View file

@ -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"

View file

@ -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 =

View file

@ -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"

View file

@ -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 =

15
libucl/libucl-0.1.0.vipak Normal file
View file

@ -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 ."

View file

@ -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 =

14
libxo/libxo-0.1.0.vipak Normal file
View file

@ -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"

View file

@ -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 =

18
lists/lists-0.1.0.vipak Normal file
View file

@ -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"

View file

@ -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 =

28
manush/manush-0.1.1.vipak Normal file
View file

@ -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"

View file

@ -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 =

View file

@ -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"

View file

@ -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 =

18
opts/opts-0.1.0.vipak Normal file
View file

@ -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"

View file

@ -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 =

14
pipes/pipes-0.1.0.vipak Normal file
View file

@ -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"

View file

@ -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 =

View file

@ -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"

View file

@ -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 =

View file

@ -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"

View file

@ -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 =

View file

@ -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"

View file

@ -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 =

View file

@ -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"

View file

@ -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 =

View file

@ -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"

View file

@ -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 =

View file

@ -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"

View file

@ -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 =

13
time/time-0.1.0.vipak Normal file
View file

@ -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"

View file

@ -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 =

View file

@ -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"

View file

@ -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 =

13
unixfs/unixfs-0.1.0.vipak Normal file
View file

@ -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"

View file

@ -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 =

16
vpicl/vpicl-0.1.0.vipak Normal file
View file

@ -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"

View file

@ -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 =

13
xattr/xattr-0.1.0.vipak Normal file
View file

@ -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"

View file

@ -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 =