diff --git a/Bron-Dijkstra-Strings.json b/Bron-Dijkstra-Strings.json index cb59b9a..936a32c 100644 --- a/Bron-Dijkstra-Strings.json +++ b/Bron-Dijkstra-Strings.json @@ -1,12 +1,16 @@ { "Package": "Bron-Dijkstra-Strings", - "Author": "nc", + "Author": "noch", "License": "GPL-3", "Version": "0.1", "Remote": { "type": "git", "path": "https://github.com/norayr/Bron-Dijkstra-Strings", - "tag" : "0.1" - } + "tag" : "0.1", + }, + "Build": + { + "voc -s": "bdStrings.Mod" + } } diff --git a/Internet.json b/Internet.json index 2099da4..cbb62d9 100644 --- a/Internet.json +++ b/Internet.json @@ -1,6 +1,6 @@ { "Package": "Internet", - "Author": "nc", + "Author": "noch", "License": "GPL-3", "Version": "0.1", "Remote": @@ -8,5 +8,20 @@ "type": "git", "path": "https://github.com/norayr/Internet", "tag" : "0.1" - } + }, + "Dependencies": + { + "time": "0.1" + }, + "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" + } } diff --git a/armscii.json b/armscii.json index 29e6cf8..202684e 100644 --- a/armscii.json +++ b/armscii.json @@ -1,6 +1,6 @@ { "Package": "Internet", - "Author": "nc", + "Author": "noch", "License": "GPL-3", "Version": "0.1", "Remote": @@ -8,5 +8,9 @@ "type": "git", "path": "https://github.com/norayr/armscii", "tag" : "0.1" + }, + "Build": + { + "voc -s": "ArmsciiUTF.Mod" } } diff --git a/diaspora.json b/diaspora.json index 17599f5..8577443 100644 --- a/diaspora.json +++ b/diaspora.json @@ -1,6 +1,6 @@ { "Package": "diaspora", - "Author": "nc", + "Author": "noch", "License": "GPL-3", "Version": "0.1", "Remote": @@ -13,5 +13,10 @@ { "lists": "0.1", "postgres": "0.1" + }, + "Build": + { + "voc -s": "src/diasporadb.Mod", + "voc -s": "src/diasporaPost.Mod" } } diff --git a/irc.json b/irc.json new file mode 100644 index 0000000..c6636f5 --- /dev/null +++ b/irc.json @@ -0,0 +1,22 @@ +{ + "Package": "irc", + "Author": "noch", + "License": "GPL-3", + "Version": "0.1", + "Remote": + { + "type": "git", + "path": "https://github.com/norayr/irc", + "tag" : "0.1" + }, + "Dependencies": + { + "time": "0.1", + "Internet": "0.1", + "lists": "0.1" + }, + "Build": + { + "voc -s": "src/IRC.Mod" + } +} diff --git a/irc_bot.json b/irc_bot.json new file mode 100644 index 0000000..5805249 --- /dev/null +++ b/irc_bot.json @@ -0,0 +1,24 @@ +{ + "Package": "irc_bot", + "Author": "noch", + "License": "GPL-3", + "Version": "0.1", + "Remote": + { + "type": "git", + "path": "https://github.com/norayr/irc", + "tag" : "0.1" + }, + "Dependencies": + { + "lists": "0.1", + "Internet": "0.1", + "time": "0.1", + "irc": "0.1", + "opts": "0.1" + }, + "Build": + { + "voc -m": "src/vocbot.Mod" + } +} diff --git a/irc_client.json b/irc_client.json deleted file mode 100644 index 1e12d6c..0000000 --- a/irc_client.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "Package": "irc_client", - "Author": "nc", - "License": "GPL-3", - "Version": "0.1", - "Remote": - { - "type": "git", - "path": "https://github.com/norayr/irc_client", - "tag" : "0.1" - }, - "Dependencies": - { - "lists": "0.1", - "Internet": "0.1" - } -} diff --git a/lists.json b/lists.json index f4d0431..0386b09 100644 --- a/lists.json +++ b/lists.json @@ -1,6 +1,6 @@ { "Package": "lists", - "Author": "nc", + "Author": "noch", "License": "GPL-3", "Version": "0.1", "Remote": diff --git a/opts.json b/opts.json new file mode 100644 index 0000000..007debe --- /dev/null +++ b/opts.json @@ -0,0 +1,22 @@ +{ + "Package": "irc", + "Author": "noch", + "License": "GPL-3", + "Version": "0.1", + "Remote": + { + "type": "git", + "path": "https://github.com/norayr/irc", + "tag" : "0.1" + }, + "Dependencies": + { + "lists": "0.1" + }, + "Build": + { + "voc -s": "src/optsos.Mod", + "voc -s": "src/opts.Mod", + "voc -m": "src/testopts.Mod" + } +} diff --git a/pipes.json b/pipes.json new file mode 100644 index 0000000..06ac8b8 --- /dev/null +++ b/pipes.json @@ -0,0 +1,16 @@ +{ + "Package": "pipes", + "Author": "noch", + "License": "GPL-3", + "Version": "0.1", + "Remote": + { + "type": "git", + "path": "https://github.com/norayr/pipes", + "tag" : "0.1" + }, + "Build": + { + "voc -s": "src/pipes.Mod" + } +} diff --git a/postgres.json b/postgres.json index 30e3258..2e3346d 100644 --- a/postgres.json +++ b/postgres.json @@ -1,6 +1,6 @@ { "Package": "postgres", - "Author": "nc", + "Author": "noch", "License": "GPL-3", "Version": "0.1", "Remote": @@ -8,5 +8,14 @@ "type": "git", "path": "https://github.com/norayr/postgres", "tag" : "0.1" - } + }, + "Dependencies": + { + "pipes": "0.1" + }, + "Build": + { + "voc -s": "postgres.Mod", + "voc -m": "PostgresTests.Mod" + } } diff --git a/time.json b/time.json index f1d32c9..2effc73 100644 --- a/time.json +++ b/time.json @@ -1,6 +1,6 @@ { "Package": "time", - "Author": "nc", + "Author": "noch", "License": "GPL-3", "Version": "0.1", "Remote": @@ -8,5 +8,9 @@ "type": "git", "path": "https://github.com/norayr/time", "tag" : "0.1" - } + }, + "Build": + { + "voc -s": "src/time.Mod" + } } diff --git a/vpicl.json b/vpicl.json index 455c311..3f459fb 100644 --- a/vpicl.json +++ b/vpicl.json @@ -1,6 +1,6 @@ { "Package": "vpicl", - "Author": "nc", + "Author": "noch", "License": "GPL-3", "Version": "0.1", "Remote": @@ -8,5 +8,12 @@ "type": "git", "path": "https://github.com/norayr/vpicl", "tag" : "0.1" - } + }, + "Build": + { + "voc -s": "POutput.Mod", + "voc -s": "PErrors.Mod", + "voc -s": "PICS.Mod", + "voc -m": "PICL.Mod" + } }