update with build sections!

This commit is contained in:
Norayr Chilingarian 2022-01-18 23:24:57 +04:00
parent 2b3470b3aa
commit 4dc178ddb3
13 changed files with 146 additions and 31 deletions

View file

@ -1,12 +1,16 @@
{ {
"Package": "Bron-Dijkstra-Strings", "Package": "Bron-Dijkstra-Strings",
"Author": "nc", "Author": "noch",
"License": "GPL-3", "License": "GPL-3",
"Version": "0.1", "Version": "0.1",
"Remote": "Remote":
{ {
"type": "git", "type": "git",
"path": "https://github.com/norayr/Bron-Dijkstra-Strings", "path": "https://github.com/norayr/Bron-Dijkstra-Strings",
"tag" : "0.1" "tag" : "0.1",
} },
"Build":
{
"voc -s": "bdStrings.Mod"
}
} }

View file

@ -1,6 +1,6 @@
{ {
"Package": "Internet", "Package": "Internet",
"Author": "nc", "Author": "noch",
"License": "GPL-3", "License": "GPL-3",
"Version": "0.1", "Version": "0.1",
"Remote": "Remote":
@ -8,5 +8,20 @@
"type": "git", "type": "git",
"path": "https://github.com/norayr/Internet", "path": "https://github.com/norayr/Internet",
"tag" : "0.1" "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"
}
} }

View file

@ -1,6 +1,6 @@
{ {
"Package": "Internet", "Package": "Internet",
"Author": "nc", "Author": "noch",
"License": "GPL-3", "License": "GPL-3",
"Version": "0.1", "Version": "0.1",
"Remote": "Remote":
@ -8,5 +8,9 @@
"type": "git", "type": "git",
"path": "https://github.com/norayr/armscii", "path": "https://github.com/norayr/armscii",
"tag" : "0.1" "tag" : "0.1"
},
"Build":
{
"voc -s": "ArmsciiUTF.Mod"
} }
} }

View file

@ -1,6 +1,6 @@
{ {
"Package": "diaspora", "Package": "diaspora",
"Author": "nc", "Author": "noch",
"License": "GPL-3", "License": "GPL-3",
"Version": "0.1", "Version": "0.1",
"Remote": "Remote":
@ -13,5 +13,10 @@
{ {
"lists": "0.1", "lists": "0.1",
"postgres": "0.1" "postgres": "0.1"
},
"Build":
{
"voc -s": "src/diasporadb.Mod",
"voc -s": "src/diasporaPost.Mod"
} }
} }

22
irc.json Normal file
View file

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

24
irc_bot.json Normal file
View file

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

View file

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

View file

@ -1,6 +1,6 @@
{ {
"Package": "lists", "Package": "lists",
"Author": "nc", "Author": "noch",
"License": "GPL-3", "License": "GPL-3",
"Version": "0.1", "Version": "0.1",
"Remote": "Remote":

22
opts.json Normal file
View file

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

16
pipes.json Normal file
View file

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

View file

@ -1,6 +1,6 @@
{ {
"Package": "postgres", "Package": "postgres",
"Author": "nc", "Author": "noch",
"License": "GPL-3", "License": "GPL-3",
"Version": "0.1", "Version": "0.1",
"Remote": "Remote":
@ -8,5 +8,14 @@
"type": "git", "type": "git",
"path": "https://github.com/norayr/postgres", "path": "https://github.com/norayr/postgres",
"tag" : "0.1" "tag" : "0.1"
} },
"Dependencies":
{
"pipes": "0.1"
},
"Build":
{
"voc -s": "postgres.Mod",
"voc -m": "PostgresTests.Mod"
}
} }

View file

@ -1,6 +1,6 @@
{ {
"Package": "time", "Package": "time",
"Author": "nc", "Author": "noch",
"License": "GPL-3", "License": "GPL-3",
"Version": "0.1", "Version": "0.1",
"Remote": "Remote":
@ -8,5 +8,9 @@
"type": "git", "type": "git",
"path": "https://github.com/norayr/time", "path": "https://github.com/norayr/time",
"tag" : "0.1" "tag" : "0.1"
} },
"Build":
{
"voc -s": "src/time.Mod"
}
} }

View file

@ -1,6 +1,6 @@
{ {
"Package": "vpicl", "Package": "vpicl",
"Author": "nc", "Author": "noch",
"License": "GPL-3", "License": "GPL-3",
"Version": "0.1", "Version": "0.1",
"Remote": "Remote":
@ -8,5 +8,12 @@
"type": "git", "type": "git",
"path": "https://github.com/norayr/vpicl", "path": "https://github.com/norayr/vpicl",
"tag" : "0.1" "tag" : "0.1"
} },
"Build":
{
"voc -s": "POutput.Mod",
"voc -s": "PErrors.Mod",
"voc -s": "PICS.Mod",
"voc -m": "PICL.Mod"
}
} }