mirror of
https://github.com/AR2000AR/openComputers_codes.git
synced 2025-09-04 12:45:58 +02:00
pm manifest workflow
This commit is contained in:
9
account_maker/bank_account_maker.files.json
Normal file
9
account_maker/bank_account_maker.files.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"bin",
|
||||
"/usr/bin/"
|
||||
]
|
||||
],
|
||||
"config": []
|
||||
}
|
12
account_maker/bank_account_maker.manifest
Normal file
12
account_maker/bank_account_maker.manifest
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "bank_account_maker",
|
||||
["version"] = "1.0.0",
|
||||
["name"] = "Account maker",
|
||||
["repo"] = "tree/master/account_maker",
|
||||
["description"] = "Machine to create one account per player and dispense a credit card",
|
||||
["authors"] = "AR2000AR",
|
||||
["dependencies"] = {
|
||||
["bank_api"] = "oppm"
|
||||
}
|
||||
}
|
13
autocrafter/autocrafter.files.json
Normal file
13
autocrafter/autocrafter.files.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"bin",
|
||||
"/usr/bin/"
|
||||
],
|
||||
[
|
||||
"misc",
|
||||
"/usr/misc/"
|
||||
]
|
||||
],
|
||||
"config": []
|
||||
}
|
9
autocrafter/autocrafter.manifest
Normal file
9
autocrafter/autocrafter.manifest
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "autocrafter",
|
||||
["version"] = "1.0.0",
|
||||
["name"] = "AutoCrafter",
|
||||
["repo"] = "tree/master/autocrafter",
|
||||
["description"] = "User a robot linked via a linked card to craft item from a inventory",
|
||||
["authors"] = "AR200AR"
|
||||
}
|
18
bank_api/bank_api.files.json
Normal file
18
bank_api/bank_api.files.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"lib",
|
||||
"/usr/lib/"
|
||||
],
|
||||
[
|
||||
"man",
|
||||
"/usr/man/"
|
||||
]
|
||||
],
|
||||
"config": [
|
||||
[
|
||||
"etc/bank/api/api.conf",
|
||||
"/etc/bank/api/"
|
||||
]
|
||||
]
|
||||
}
|
13
bank_api/bank_api.manifest
Normal file
13
bank_api/bank_api.manifest
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "bank_api",
|
||||
["version"] = "1.1.0",
|
||||
["name"] = "Bank API",
|
||||
["repo"] = "tree/master/bank_api",
|
||||
["description"] = "API used to send request to the bank server",
|
||||
["note"] = "You will need to set the server address",
|
||||
["authors"] = "AR2000AR",
|
||||
["dependencies"] = {
|
||||
["osinetwork"] = "oppm"
|
||||
}
|
||||
}
|
13
bank_atm/bank_atm.files.json
Normal file
13
bank_atm/bank_atm.files.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"bin",
|
||||
"/usr/bin/"
|
||||
],
|
||||
[
|
||||
"share",
|
||||
"/usr/share/"
|
||||
]
|
||||
],
|
||||
"config": []
|
||||
}
|
16
bank_atm/bank_atm.manifest
Normal file
16
bank_atm/bank_atm.manifest
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "bank_atm",
|
||||
["version"] = "1.1.0",
|
||||
["name"] = "bank atm",
|
||||
["repo"] = "tree/master/bank_atm",
|
||||
["description"] = "atm that work with my bank server",
|
||||
["authors"] = "AR200AR",
|
||||
["dependencies"] = {
|
||||
["libgui"] = "oppm",
|
||||
["bank_api"] = "oppm",
|
||||
["libcb"] = "oppm",
|
||||
["libcoin"] = "oppm",
|
||||
["libgui_extra"] = "oppm"
|
||||
}
|
||||
}
|
13
bank_client/bank_client.files.json
Normal file
13
bank_client/bank_client.files.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"share",
|
||||
"/usr/share/"
|
||||
],
|
||||
[
|
||||
"bin",
|
||||
"/usr/bin/"
|
||||
]
|
||||
],
|
||||
"config": []
|
||||
}
|
16
bank_client/bank_client.manifest
Normal file
16
bank_client/bank_client.manifest
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "bank_client",
|
||||
["version"] = "1.2.0",
|
||||
["name"] = "bank client app",
|
||||
["repo"] = "tree/master/bank_client",
|
||||
["description"] = "The client app for the banker",
|
||||
["note"] = "WIP",
|
||||
["authors"] = "AR2000AR, thofi",
|
||||
["dependencies"] = {
|
||||
["libgui"] = "oppm",
|
||||
["libgui_extra"] = "oppm",
|
||||
["bank_api"] = "oppm",
|
||||
["libcb"] = "oppm"
|
||||
}
|
||||
}
|
9
bank_dev_tools/bank_dev_tools.files.json
Normal file
9
bank_dev_tools/bank_dev_tools.files.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"bin",
|
||||
"/usr/bin/"
|
||||
]
|
||||
],
|
||||
"config": []
|
||||
}
|
10
bank_dev_tools/bank_dev_tools.manifest
Normal file
10
bank_dev_tools/bank_dev_tools.manifest
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "bank_dev_tools",
|
||||
["version"] = "1.0.0",
|
||||
["name"] = "bank_dev_tools",
|
||||
["repo"] = "tree/master/bank_dev_tools",
|
||||
["description"] = "collection of tools used to help in the bank software development",
|
||||
["note"] = "DEV ONLY",
|
||||
["authors"] = "AR2000AR"
|
||||
}
|
13
bank_server/bank_server.files.json
Normal file
13
bank_server/bank_server.files.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"rc.d",
|
||||
"/etc/rc.d/"
|
||||
],
|
||||
[
|
||||
"bin",
|
||||
"/usr/bin/"
|
||||
]
|
||||
],
|
||||
"config": []
|
||||
}
|
14
bank_server/bank_server.manifest
Normal file
14
bank_server/bank_server.manifest
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "bank_server",
|
||||
["version"] = "1.1.0",
|
||||
["name"] = "Bank server",
|
||||
["repo"] = "tree/master/bank_server",
|
||||
["description"] = "The bank server service",
|
||||
["note"] = "enable it with the rc command",
|
||||
["authors"] = "AR2000AR",
|
||||
["dependencies"] = {
|
||||
["libcb"] = "oppm",
|
||||
["osinetwork"] = "oppm"
|
||||
}
|
||||
}
|
13
crypttool/crypttool.files.json
Normal file
13
crypttool/crypttool.files.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"bin",
|
||||
"/usr/bin/"
|
||||
],
|
||||
[
|
||||
"lib",
|
||||
"/usr/lib/"
|
||||
]
|
||||
],
|
||||
"config": []
|
||||
}
|
9
crypttool/crypttool.manifest
Normal file
9
crypttool/crypttool.manifest
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "crypttool",
|
||||
["version"] = "1.0.0",
|
||||
["name"] = "CryptTool",
|
||||
["repo"] = "tree/master/crypttool",
|
||||
["description"] = "Remount a filesystem and store everything as encrypted data. Use managed (default) floppy or HDD",
|
||||
["authors"] = "AR2000AR"
|
||||
}
|
9
datahashlib/datahashlib.files.json
Normal file
9
datahashlib/datahashlib.files.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"lib",
|
||||
"/usr/lib/"
|
||||
]
|
||||
],
|
||||
"config": []
|
||||
}
|
9
datahashlib/datahashlib.manifest
Normal file
9
datahashlib/datahashlib.manifest
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "datahashlib",
|
||||
["version"] = "1.2.0",
|
||||
["name"] = "data hash library",
|
||||
["repo"] = "tree/master/datahashlib",
|
||||
["description"] = "provide the sha256 algo.",
|
||||
["authors"] = "AR2000AR, Roberto Ierusalimschy"
|
||||
}
|
14
dns_common/dns_common.files.json
Normal file
14
dns_common/dns_common.files.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"lib",
|
||||
"/usr/lib/"
|
||||
]
|
||||
],
|
||||
"config": [
|
||||
[
|
||||
"etc/resolv.conf",
|
||||
"/etc/"
|
||||
]
|
||||
]
|
||||
}
|
12
dns_common/dns_common.manifest
Normal file
12
dns_common/dns_common.manifest
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "dns_common",
|
||||
["version"] = "1.0.1",
|
||||
["name"] = "DNS common files",
|
||||
["repo"] = "tree/master/dns_common",
|
||||
["description"] = "basic files used by the dns server as well as the resolver library",
|
||||
["authors"] = "AR2000AR",
|
||||
["dependencies"] = {
|
||||
["osinetwork"] = "oppm"
|
||||
}
|
||||
}
|
9
dns_server/dns_server.files.json
Normal file
9
dns_server/dns_server.files.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"etc/rc.d/dnsd.lua",
|
||||
"/etc/rc.d/"
|
||||
]
|
||||
],
|
||||
"config": []
|
||||
}
|
12
dns_server/dns_server.manifest
Normal file
12
dns_server/dns_server.manifest
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "dns_server",
|
||||
["version"] = "1.1.0",
|
||||
["name"] = "DNS server daemon",
|
||||
["repo"] = "tree/master/dns_server",
|
||||
["description"] = "this package provide the dns server",
|
||||
["authors"] = "AR2000AR",
|
||||
["dependencies"] = {
|
||||
["dns_common"] = "oppm"
|
||||
}
|
||||
}
|
14
doorCtrl/door_ctrl.files.json
Normal file
14
doorCtrl/door_ctrl.files.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"bin",
|
||||
"/usr/bin/"
|
||||
]
|
||||
],
|
||||
"config": [
|
||||
[
|
||||
"etc/doorCtrl.conf",
|
||||
"/etc/"
|
||||
]
|
||||
]
|
||||
}
|
13
doorCtrl/door_ctrl.manifest
Normal file
13
doorCtrl/door_ctrl.manifest
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "door_ctrl",
|
||||
["version"] = "1.0.0",
|
||||
["name"] = "Door controller",
|
||||
["repo"] = "tree/master/doorCtrl",
|
||||
["description"] = "Controll your doors with multiple redstone io block",
|
||||
["authors"] = "AR2000AR",
|
||||
["dependencies"] = {
|
||||
["libgui"] = "oppm",
|
||||
["libclass"] = "oppm"
|
||||
}
|
||||
}
|
13
icable/icable.files.json
Normal file
13
icable/icable.files.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"lib",
|
||||
"/usr/lib/"
|
||||
],
|
||||
[
|
||||
"bin",
|
||||
"/usr/bin/"
|
||||
]
|
||||
],
|
||||
"config": []
|
||||
}
|
13
icable/icable.manifest
Normal file
13
icable/icable.manifest
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "icable",
|
||||
["version"] = "0.1.0",
|
||||
["name"] = "icable",
|
||||
["repo"] = "tree/master/icable",
|
||||
["description"] = "Use the internet card instead of the network card with osinetwork",
|
||||
["authors"] = "AR2000AR",
|
||||
["dependencies"] = {
|
||||
["osinetwork"] = "oppm",
|
||||
["datahashlib"] = "oppm"
|
||||
}
|
||||
}
|
13
itemIdCatcher/item_id_catcher.files.json
Normal file
13
itemIdCatcher/item_id_catcher.files.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"bin",
|
||||
"/usr/bin/"
|
||||
],
|
||||
[
|
||||
"man",
|
||||
"/usr/man/"
|
||||
]
|
||||
],
|
||||
"config": []
|
||||
}
|
10
itemIdCatcher/item_id_catcher.manifest
Normal file
10
itemIdCatcher/item_id_catcher.manifest
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "item_id_catcher",
|
||||
["version"] = "1.0.0",
|
||||
["name"] = "itemIdCatcher",
|
||||
["repo"] = "tree/master/itemIdCatcher",
|
||||
["description"] = "Write id of item in the chest on the top to a file",
|
||||
["note"] = "item are moved to a other chest",
|
||||
["authors"] = "AR2000AR"
|
||||
}
|
13
libCB/libcb.files.json
Normal file
13
libCB/libcb.files.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"lib",
|
||||
"/usr/lib/"
|
||||
],
|
||||
[
|
||||
"man",
|
||||
"/usr/man/"
|
||||
]
|
||||
],
|
||||
"config": []
|
||||
}
|
10
libCB/libcb.manifest
Normal file
10
libCB/libcb.manifest
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "libcb",
|
||||
["version"] = "2.0.0",
|
||||
["name"] = "libCB",
|
||||
["repo"] = "tree/master/libCB",
|
||||
["description"] = "library used to read and write CB",
|
||||
["note"] = "CB are unmanaged floppies",
|
||||
["authors"] = "AR2000AR"
|
||||
}
|
9
libClass/libclass.files.json
Normal file
9
libClass/libclass.files.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"lib",
|
||||
"/usr/lib/"
|
||||
]
|
||||
],
|
||||
"config": []
|
||||
}
|
9
libClass/libclass.manifest
Normal file
9
libClass/libclass.manifest
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "libclass",
|
||||
["version"] = "1.0.0",
|
||||
["name"] = "libClass",
|
||||
["repo"] = "tree/master/libClass",
|
||||
["description"] = "Class library for lua",
|
||||
["authors"] = "AR2000AR"
|
||||
}
|
9
libClass2/libclass2.files.json
Normal file
9
libClass2/libclass2.files.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"lib",
|
||||
"/usr/lib/"
|
||||
]
|
||||
],
|
||||
"config": []
|
||||
}
|
9
libClass2/libclass2.manifest
Normal file
9
libClass2/libclass2.manifest
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "libclass2",
|
||||
["version"] = "1.0.0",
|
||||
["name"] = "libClass2",
|
||||
["repo"] = "tree/master/libClass2",
|
||||
["description"] = "A new and improved version of libclass, with cleaner syntax for cleaner code",
|
||||
["authors"] = "AR2000AR"
|
||||
}
|
9
libCoin/libcoin.files.json
Normal file
9
libCoin/libcoin.files.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"lib",
|
||||
"/usr/lib/"
|
||||
]
|
||||
],
|
||||
"config": []
|
||||
}
|
9
libCoin/libcoin.manifest
Normal file
9
libCoin/libcoin.manifest
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "libcoin",
|
||||
["version"] = "1.0.0",
|
||||
["name"] = "libCoin",
|
||||
["repo"] = "tree/master/libCoin",
|
||||
["description"] = "small library used to moved coins from ordinarycoins from one chest to a other",
|
||||
["authors"] = "AR2000AR"
|
||||
}
|
9
libGUI-extra/libgui_extra.files.json
Normal file
9
libGUI-extra/libgui_extra.files.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"lib",
|
||||
"/usr/lib/"
|
||||
]
|
||||
],
|
||||
"config": []
|
||||
}
|
12
libGUI-extra/libgui_extra.manifest
Normal file
12
libGUI-extra/libgui_extra.manifest
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "libgui_extra",
|
||||
["version"] = "1.0.0",
|
||||
["name"] = "libGUI-extra",
|
||||
["repo"] = "tree/master/libGUI-extra",
|
||||
["description"] = "more widgets for the libGUI",
|
||||
["authors"] = "AR2000AR, thofi",
|
||||
["dependencies"] = {
|
||||
["libgui"] = "oppm"
|
||||
}
|
||||
}
|
13
libGUI/libgui.files.json
Normal file
13
libGUI/libgui.files.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"lib",
|
||||
"/usr/lib/"
|
||||
],
|
||||
[
|
||||
"bin",
|
||||
"/usr/bin/"
|
||||
]
|
||||
],
|
||||
"config": []
|
||||
}
|
13
libGUI/libgui.manifest
Normal file
13
libGUI/libgui.manifest
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "libgui",
|
||||
["version"] = "1.0.0",
|
||||
["name"] = "libGUI",
|
||||
["repo"] = "tree/master/libGUI",
|
||||
["description"] = "library used to create gui \n The library can load \"pam\" images",
|
||||
["note"] = "transparency in pam image isn't fully supported. Only fully transparent pixel are recognized as such",
|
||||
["authors"] = "AR2000AR",
|
||||
["dependencies"] = {
|
||||
["libclass"] = "oppm"
|
||||
}
|
||||
}
|
13
lnfs/lnfsc.files.json
Normal file
13
lnfs/lnfsc.files.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"lnfsc/lib",
|
||||
"/usr/lib/"
|
||||
],
|
||||
[
|
||||
"lnfsc/bin",
|
||||
"/usr/bin/"
|
||||
]
|
||||
],
|
||||
"config": []
|
||||
}
|
9
lnfs/lnfsc.manifest
Normal file
9
lnfs/lnfsc.manifest
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "lnfsc",
|
||||
["version"] = "1.0.0",
|
||||
["name"] = "Lua Network File System Client",
|
||||
["repo"] = "tree/master/lnfs",
|
||||
["description"] = "Let you mount a files ystem hosted by a other computer using lnfss and use it as if it was a local file system",
|
||||
["authors"] = "AR2000AR"
|
||||
}
|
13
lnfs/lnfss.files.json
Normal file
13
lnfs/lnfss.files.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"lnfss/rc.d",
|
||||
"/etc/rc.d/"
|
||||
],
|
||||
[
|
||||
"lnfss/man",
|
||||
"/usr/man/"
|
||||
]
|
||||
],
|
||||
"config": []
|
||||
}
|
9
lnfs/lnfss.manifest
Normal file
9
lnfs/lnfss.manifest
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "lnfss",
|
||||
["version"] = "1.0.0",
|
||||
["name"] = "Lua Network File System Server",
|
||||
["repo"] = "tree/master/lnfs",
|
||||
["description"] = "Share your local file system with other computers. Root folder is configurable in rc.cfg",
|
||||
["authors"] = "AR2000AR"
|
||||
}
|
22
network/osinetwork.files.json
Normal file
22
network/osinetwork.files.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"lib",
|
||||
"/usr/lib/"
|
||||
],
|
||||
[
|
||||
"bin",
|
||||
"/usr/bin/"
|
||||
],
|
||||
[
|
||||
"boot/30_network.lua",
|
||||
"/boot/"
|
||||
]
|
||||
],
|
||||
"config": [
|
||||
[
|
||||
"etc/network/interfaces",
|
||||
"/etc/network/"
|
||||
]
|
||||
]
|
||||
}
|
13
network/osinetwork.manifest
Normal file
13
network/osinetwork.manifest
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "osinetwork",
|
||||
["version"] = "2.4.1",
|
||||
["name"] = "OSI Network stack",
|
||||
["repo"] = "tree/master/network",
|
||||
["description"] = "A close to official rfc emulation of the OSI layers for OpenOS. Include Ethernet, ARP, ICMP, UDP. Also provide a luasocket libe librairy",
|
||||
["note"] = "Are provided : ping, ifup, ifdown, arp, nc, netstat. Any one of theses tools may be moved to a separate package at any time",
|
||||
["authors"] = "AR2000AR",
|
||||
["dependencies"] = {
|
||||
["libclass2"] = "oppm"
|
||||
}
|
||||
}
|
9
nslookup/nslookup.files.json
Normal file
9
nslookup/nslookup.files.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"bin/nslookup.lua",
|
||||
"/usr/bin/"
|
||||
]
|
||||
],
|
||||
"config": []
|
||||
}
|
12
nslookup/nslookup.manifest
Normal file
12
nslookup/nslookup.manifest
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "nslookup",
|
||||
["version"] = "1.0.0",
|
||||
["name"] = "nslookup",
|
||||
["repo"] = "tree/master/nslookup",
|
||||
["description"] = "cmd line tool to querry a name server",
|
||||
["authors"] = "AR2000AR",
|
||||
["dependencies"] = {
|
||||
["dns_common"] = "oppm"
|
||||
}
|
||||
}
|
13
pm/pm.files.json
Normal file
13
pm/pm.files.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"bin/pm.lua",
|
||||
"/usr/bin/"
|
||||
],
|
||||
[
|
||||
"lib/pm.lua",
|
||||
"/usr/lib/"
|
||||
]
|
||||
],
|
||||
"config": []
|
||||
}
|
12
pm/pm.manifest
Normal file
12
pm/pm.manifest
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "pm",
|
||||
["version"] = "1.2.3",
|
||||
["name"] = "pm Package Manager",
|
||||
["repo"] = "tree/master/pm",
|
||||
["description"] = "Package manager for OpenOS",
|
||||
["authors"] = "AR2000AR",
|
||||
["dependencies"] = {
|
||||
["libtar"] = "oppm"
|
||||
}
|
||||
}
|
14
pm_get/pm_get.files.json
Normal file
14
pm_get/pm_get.files.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"bin/pm-get.lua",
|
||||
"/usr/bin/"
|
||||
]
|
||||
],
|
||||
"config": [
|
||||
[
|
||||
"etc/pm/sources.list",
|
||||
"/etc/pm/"
|
||||
]
|
||||
]
|
||||
}
|
12
pm_get/pm_get.manifest
Normal file
12
pm_get/pm_get.manifest
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "pm_get",
|
||||
["version"] = "1.3.4",
|
||||
["name"] = "pm get",
|
||||
["repo"] = "tree/master/pm_get",
|
||||
["description"] = "Download and install package for pm",
|
||||
["authors"] = "AR2000AR",
|
||||
["dependencies"] = {
|
||||
["pm"] = "oppm"
|
||||
}
|
||||
}
|
893
programs.cfg
893
programs.cfg
@@ -1,448 +1,447 @@
|
||||
{
|
||||
["bank_api"] = {
|
||||
files = {
|
||||
[":master/bank_api/lib/"] = "/lib",
|
||||
[":master/bank_api/man/"] = "/man",
|
||||
["?master/bank_api/etc/bank/api/api.conf"] = "//etc/bank/api/"
|
||||
},
|
||||
dependencies = {
|
||||
["osinetwork"] = "/",
|
||||
},
|
||||
name = "Bank API",
|
||||
description = "API used to send request to the bank server",
|
||||
authors = "AR2000AR",
|
||||
note = "You will need to set the server address",
|
||||
repo = "tree/master/bank_api",
|
||||
version = "1.1.0"
|
||||
},
|
||||
["libcb"] = {
|
||||
files = {
|
||||
[":master/libCB/lib/"] = "/lib",
|
||||
[":master/libCB/man/"] = "/man"
|
||||
},
|
||||
name = "libCB",
|
||||
description = "library used to read and write CB",
|
||||
authors = "AR2000AR",
|
||||
note = "CB are unmanaged floppies",
|
||||
repo = "tree/master/libCB",
|
||||
version = "2.0.0"
|
||||
},
|
||||
["bank_dev_tools"] = {
|
||||
files = {
|
||||
[":master/bank_dev_tools/bin/"] = "/bin"
|
||||
},
|
||||
name = "bank_dev_tools",
|
||||
description = "collection of tools used to help in the bank software development",
|
||||
authors = "AR2000AR",
|
||||
note = "DEV ONLY",
|
||||
repo = "tree/master/bank_dev_tools",
|
||||
version = "1.0.0"
|
||||
},
|
||||
["bank_server"] = {
|
||||
files = {
|
||||
[":master/bank_server/rc.d/"] = "//etc/rc.d",
|
||||
[":master/bank_server/bin/"] = "/bin"
|
||||
},
|
||||
dependencies = {
|
||||
["libcb"] = "/",
|
||||
["osinetwork"] = "/",
|
||||
},
|
||||
name = "Bank server",
|
||||
description = "The bank server service",
|
||||
authors = "AR2000AR",
|
||||
note = "enable it with the rc command",
|
||||
repo = "tree/master/bank_server",
|
||||
version = "1.1.0"
|
||||
},
|
||||
["libgui"] = {
|
||||
files = {
|
||||
[":master/libGUI/lib/"] = "/lib",
|
||||
[":master/libGUI/bin/"] = "/bin"
|
||||
},
|
||||
dependencies = {
|
||||
["libclass"] = "/"
|
||||
},
|
||||
name = "libGUI",
|
||||
description = "library used to create gui \n The library can load \"pam\" images",
|
||||
authors = "AR2000AR",
|
||||
note = "transparency in pam image isn't fully supported. Only fully transparent pixel are recognized as such",
|
||||
repo = "tree/master/libGUI",
|
||||
version = "1.0.0"
|
||||
},
|
||||
["libgui_extra"] = {
|
||||
files = {
|
||||
[":master/libGUI-extra/lib/"] = "/lib"
|
||||
},
|
||||
dependencies = {
|
||||
["libgui"] = "/"
|
||||
},
|
||||
name = "libGUI-extra",
|
||||
description = "more widgets for the libGUI",
|
||||
authors = "AR2000AR, thofi",
|
||||
repo = "tree/master/libGUI-extra",
|
||||
version = "1.0.0"
|
||||
},
|
||||
["bank_client"] = {
|
||||
files = {
|
||||
[":master/bank_client/share/"] = "/share",
|
||||
[":master/bank_client/bin/"] = "/bin"
|
||||
},
|
||||
dependencies = {
|
||||
["libgui"] = "/",
|
||||
["libgui_extra"] = "/",
|
||||
["bank_api"] = "/",
|
||||
["libcb"] = "/"
|
||||
},
|
||||
name = "bank client app",
|
||||
description = "The client app for the banker",
|
||||
authors = "AR2000AR, thofi",
|
||||
note = "WIP",
|
||||
repo = "tree/master/bank_client",
|
||||
version = "1.2.0"
|
||||
},
|
||||
["item_id_catcher"] = {
|
||||
files = {
|
||||
[":master/itemIdCatcher/bin/"] = "/bin",
|
||||
[":master/itemIdCatcher/man/"] = "/man"
|
||||
},
|
||||
name = "itemIdCatcher",
|
||||
description = "Write id of item in the chest on the top to a file",
|
||||
authors = "AR2000AR",
|
||||
note = "item are moved to a other chest",
|
||||
repo = "tree/master/itemIdCatcher",
|
||||
version = "1.0.0"
|
||||
},
|
||||
["libclass"] = {
|
||||
files = {
|
||||
[":master/libClass/lib/"] = "/lib"
|
||||
},
|
||||
name = "libClass",
|
||||
description = "Class library for lua",
|
||||
authors = "AR2000AR",
|
||||
repo = "tree/master/libClass",
|
||||
version = "1.0.0"
|
||||
},
|
||||
["libcoin"] = {
|
||||
files = {
|
||||
[":master/libCoin/lib/"] = "/lib"
|
||||
},
|
||||
name = "libCoin",
|
||||
description = "small library used to moved coins from ordinarycoins from one chest to a other",
|
||||
authors = "AR2000AR",
|
||||
repo = "tree/master/libCoin",
|
||||
version = "1.0.0"
|
||||
},
|
||||
["bank_atm"] = {
|
||||
files = {
|
||||
[":master/bank_atm/bin/"] = "/bin",
|
||||
[":master/bank_atm/share/"] = "/share"
|
||||
},
|
||||
name = "bank atm",
|
||||
description = "atm that work with my bank server",
|
||||
authors = "AR200AR",
|
||||
repo = "tree/master/bank_atm",
|
||||
dependencies = {
|
||||
["libgui"] = "/",
|
||||
["bank_api"] = "/",
|
||||
["libcb"] = "/",
|
||||
["libcoin"] = "/",
|
||||
["libgui_extra"] = "/"
|
||||
},
|
||||
version = "1.1.0"
|
||||
},
|
||||
["door_ctrl"] = {
|
||||
files = {
|
||||
[":master/doorCtrl/bin/"] = "/bin",
|
||||
["?master/doorCtrl/etc/doorCtrl.conf"] = "//etc"
|
||||
},
|
||||
name = "Door controller",
|
||||
description = "Controll your doors with multiple redstone io block",
|
||||
authors = "AR2000AR",
|
||||
repo = "tree/master/doorCtrl",
|
||||
dependencies = {
|
||||
["libgui"] = "/",
|
||||
["libclass"] = "/"
|
||||
},
|
||||
version = "1.0.0"
|
||||
},
|
||||
["autocrafter"] = {
|
||||
files = {
|
||||
[":master/autocrafter/bin/"] = "/bin",
|
||||
[":master/autocrafter/misc/"] = "/misc"
|
||||
},
|
||||
name = "AutoCrafter",
|
||||
description = "User a robot linked via a linked card to craft item from a inventory",
|
||||
authors = "AR200AR",
|
||||
repo = "tree/master/autocrafter",
|
||||
version = "1.0.0"
|
||||
},
|
||||
["stargate"] = {
|
||||
files = {
|
||||
[":master/stargate_ctl/bin/"] = "/bin",
|
||||
[":master/stargate_ctl/share/"] = "/share"
|
||||
},
|
||||
name = "Stargate Ctl",
|
||||
description = "GUI to controll stargates from SGCraft",
|
||||
authors = "AR2000AR",
|
||||
repo = "tree/master/stargate_ctl",
|
||||
version = "1.0.0",
|
||||
dependencies = {
|
||||
["libgui"] = "/"
|
||||
}
|
||||
},
|
||||
["vending"] = {
|
||||
files = {
|
||||
[":master/vending/bin/"] = "/bin",
|
||||
[":master/vending/etc/vending/"] = "//etc/vending"
|
||||
},
|
||||
dependencies = {
|
||||
["libCoin"] = "/",
|
||||
["bank_api"] = "/"
|
||||
},
|
||||
name = "Vending",
|
||||
description = "Vending machine program compatible with libCoin and bank_api",
|
||||
authors = "AR2000AR",
|
||||
repo = "tree/master/vending",
|
||||
version = "1.0.0"
|
||||
},
|
||||
["bank_account_maker"] = {
|
||||
files = {
|
||||
[":master/account_maker/bin/"] = "/bin"
|
||||
},
|
||||
dependencies = {
|
||||
["bank_api"] = "/"
|
||||
},
|
||||
name = "Account maker",
|
||||
description = "Machine to create one account per player and dispense a credit card",
|
||||
authors = "AR2000AR",
|
||||
repo = "tree/master/account_maker",
|
||||
version = "1.0.0"
|
||||
},
|
||||
["lnfsc"] = {
|
||||
files = {
|
||||
[":master/lnfs/lnfsc/lib/"] = "/lib",
|
||||
[":master/lnfs/lnfsc/bin/"] = "/bin"
|
||||
},
|
||||
name = "Lua Network File System Client",
|
||||
description = "Let you mount a files ystem hosted by a other computer using lnfss and use it as if it was a local file system",
|
||||
authors = "AR2000AR",
|
||||
repo = "tree/master/lnfs",
|
||||
version = "1.0.0"
|
||||
},
|
||||
["lnfss"] = {
|
||||
files = {
|
||||
[":master/lnfs/lnfss/rc.d/"] = "//etc/rc.d",
|
||||
[":master/lnfs/lnfss/man/"] = "/man"
|
||||
},
|
||||
name = "Lua Network File System Server",
|
||||
description = "Share your local file system with other computers. Root folder is configurable in rc.cfg",
|
||||
authors = "AR2000AR",
|
||||
repo = "tree/master/lnfs",
|
||||
version = "1.0.0"
|
||||
},
|
||||
["instgen"] = {
|
||||
files = {
|
||||
[":master/repo-installer/bin/"] = "/bin",
|
||||
[":master/repo-installer/misc/"] = "/misc"
|
||||
},
|
||||
name = "Repo installer",
|
||||
description = "A set of tools for making installable floppies for OpenComputers from OPPM repositories.",
|
||||
authors = "Izaya, AR2000AR",
|
||||
repo = "tree/master/repo-installer",
|
||||
version = "1.0.0"
|
||||
},
|
||||
["crypttool"] = {
|
||||
files = {
|
||||
[":master/crypttool/bin/"] = "/bin",
|
||||
[":master/crypttool/lib/"] = "/lib"
|
||||
},
|
||||
name = "CryptTool",
|
||||
description = "Remount a filesystem and store everything as encrypted data. Use managed (default) floppy or HDD",
|
||||
authors = "AR2000AR",
|
||||
repo = "tree/master/crypttool",
|
||||
version = "1.0.0"
|
||||
},
|
||||
["osinetwork"] = {
|
||||
files = {
|
||||
[":master/network/lib/"] = "/lib",
|
||||
[":master/network/bin/"] = "/bin",
|
||||
["master/network/boot/30_network.lua"] = "//boot/",
|
||||
["?master/network/etc/network/interfaces"] ="//etc/network/"
|
||||
},
|
||||
dependencies = {
|
||||
["libclass2"] = "/"
|
||||
},
|
||||
name = "OSI Network stack",
|
||||
description = "A close to official rfc emulation of the OSI layers for OpenOS. Include Ethernet, ARP, ICMP, UDP. Also provide a luasocket libe librairy",
|
||||
note = "Are provided : ping, ifup, ifdown, arp, nc, netstat. Any one of theses tools may be moved to a separate package at any time",
|
||||
authors = "AR2000AR",
|
||||
repo = "tree/master/network",
|
||||
version = "2.4.1"
|
||||
},
|
||||
["dns_common"] = {
|
||||
files = {
|
||||
[":master/dns_common/lib/"] = "/lib",
|
||||
["?master/dns_common/etc/resolv.conf"] = "//etc"
|
||||
},
|
||||
dependencies = {
|
||||
["osinetwork"] = "/"
|
||||
},
|
||||
name = "DNS common files",
|
||||
description = "basic files used by the dns server as well as the resolver library",
|
||||
authors = "AR2000AR",
|
||||
repo = "tree/master/dns_common",
|
||||
hidden = true,
|
||||
version = "1.0.1"
|
||||
},
|
||||
["dns_server"] = {
|
||||
files = {
|
||||
["master/dns_server/etc/rc.d/dnsd.lua"] = "//etc/rc.d"
|
||||
},
|
||||
dependencies = {
|
||||
["dns_common"] = "/",
|
||||
},
|
||||
name = "DNS server daemon",
|
||||
description = "this package provide the dns server",
|
||||
authors = "AR2000AR",
|
||||
repo = "tree/master/dns_server",
|
||||
version = "1.1.0"
|
||||
},
|
||||
["nslookup"] = {
|
||||
files = {
|
||||
["master/nslookup/bin/nslookup.lua"] = "/bin"
|
||||
},
|
||||
dependencies = {
|
||||
["dns_common"] = "/"
|
||||
},
|
||||
name = "nslookup",
|
||||
description = "cmd line tool to querry a name server",
|
||||
authors = "AR2000AR",
|
||||
repo = "tree/master/nslookup",
|
||||
version = "1.0.0"
|
||||
},
|
||||
["libtar"] = {
|
||||
files = {
|
||||
["master/tar/lib/tar.lua"] = "/lib"
|
||||
},
|
||||
version = "1.1.0",
|
||||
name = "libtar",
|
||||
description = "Librairy to extract and list the content of tar archive",
|
||||
authors = "AR2000AR, luarock",
|
||||
repo = "tree/master/tar",
|
||||
},
|
||||
["pm"] = {
|
||||
files = {
|
||||
["master/pm/bin/pm.lua"] = "/bin",
|
||||
["master/pm/lib/pm.lua"] = "/lib"
|
||||
},
|
||||
dependencies = {
|
||||
["libtar"] = "/"
|
||||
},
|
||||
version = "1.2.3",
|
||||
name = "pm Package Manager",
|
||||
description = "Package manager for OpenOS",
|
||||
authors = "AR2000AR",
|
||||
repo = "tree/master/pm"
|
||||
},
|
||||
["pm_get"] = {
|
||||
files = {
|
||||
["master/pm_get/bin/pm-get.lua"] = "/bin",
|
||||
["?master/pm_get/etc/pm/sources.list"] = "//etc/pm/"
|
||||
},
|
||||
dependencies = {
|
||||
["pm"] = "/"
|
||||
},
|
||||
version = "1.3.4",
|
||||
name = "pm get",
|
||||
description = "Download and install package for pm",
|
||||
authors = "AR2000AR",
|
||||
repo = "tree/master/pm_get"
|
||||
},
|
||||
["libclass2"] = {
|
||||
files = {
|
||||
[":master/libClass2/lib/"] = "/lib"
|
||||
},
|
||||
version = "1.0.0",
|
||||
name = "libClass2",
|
||||
description = "A new and improved version of libclass, with cleaner syntax for cleaner code",
|
||||
authors = "AR2000AR",
|
||||
repo = "tree/master/libClass2"
|
||||
},
|
||||
["yawl"] = {
|
||||
files = {
|
||||
[":master/yawl/lib"] = "/lib"
|
||||
},
|
||||
dependencies = {
|
||||
["libclass2"] = "/"
|
||||
},
|
||||
version = "1.6.3",
|
||||
name = "Yet Another Widget Library",
|
||||
description = "New version of libgui, but using libclass2 and cleaner code and interface.";
|
||||
authors = "AR2000AR,Renno231",
|
||||
repo = "tree/master/yawl"
|
||||
},
|
||||
["yawl_example"] = {
|
||||
files = {
|
||||
[":master/yawl/bin"] = "/bin"
|
||||
},
|
||||
dependencies = {
|
||||
["yawl"] = "/"
|
||||
},
|
||||
version = "1.7.0",
|
||||
name = "Yet Another Widget Library Example file",
|
||||
description = "New version of libgui, but using libclass2 and cleaner code and interface.";
|
||||
note = "This is only a example file",
|
||||
authors = "AR2000AR",
|
||||
repo = "tree/master/yawl"
|
||||
},
|
||||
["stargate2"] = {
|
||||
files = {
|
||||
[":master/stargate_ctl2/bin/"] = "/bin",
|
||||
[":master/stargate_ctl2/share/"] = "/share"
|
||||
},
|
||||
name = "Stargate Ctl",
|
||||
description = "GUI to controll stargates from SGCraft",
|
||||
authors = "AR2000AR",
|
||||
repo = "tree/master/stargate_ctl2",
|
||||
version = "1.2.0",
|
||||
dependencies = {
|
||||
["yawl"] = "/"
|
||||
}
|
||||
},
|
||||
["stargate2_bios"] = {
|
||||
files = {
|
||||
[":master/stargate_ctl2_bios/share/"] = "/share"
|
||||
},
|
||||
name = "Stargate Ctl BIOS",
|
||||
description = "A small BIOS compatible program to make a gate smart",
|
||||
note = "/usr/share/stargate/stargate.bios",
|
||||
authors = "AR2000AR",
|
||||
repo = "tree/master/stargate_ctl2_bios",
|
||||
version = "1.1.0",
|
||||
},
|
||||
["icable"] = {
|
||||
files = {
|
||||
[":master/icable/lib/"] = "/lib",
|
||||
[":master/icable/bin/"] = "/bin"
|
||||
},
|
||||
dependencies = {
|
||||
["osinetwork"] = "/",
|
||||
["datahashlib"] = "/"
|
||||
},
|
||||
name = "icable",
|
||||
description = "Use the internet card instead of the network card with osinetwork",
|
||||
authors = "AR2000AR",
|
||||
repo = "tree/master/icable",
|
||||
version = "0.1.0"
|
||||
},
|
||||
["datahashlib"] = {
|
||||
files = {
|
||||
[":master/datahashlib/lib/"] = "/lib",
|
||||
},
|
||||
name="data hash library",
|
||||
description="provide the sha256 algo.",
|
||||
authors = "AR2000AR, Roberto Ierusalimschy",
|
||||
repo = "tree/master/datahashlib",
|
||||
version = "1.2.0"
|
||||
}
|
||||
}
|
||||
["bank_dev_tools"] = {
|
||||
version = "1.0.0",
|
||||
name = "bank_dev_tools",
|
||||
repo = "tree/master/bank_dev_tools",
|
||||
description = "collection of tools used to help in the bank software development",
|
||||
note = "DEV ONLY",
|
||||
authors = "AR2000AR",
|
||||
files = {
|
||||
[":master/bank_dev_tools/bin"] = "/bin"
|
||||
}
|
||||
},
|
||||
["icable"] = {
|
||||
version = "0.1.0",
|
||||
name = "icable",
|
||||
repo = "tree/master/icable",
|
||||
description = "Use the internet card instead of the network card with osinetwork",
|
||||
authors = "AR2000AR",
|
||||
dependencies = {
|
||||
["osinetwork"] = "/",
|
||||
["datahashlib"] = "/"
|
||||
},
|
||||
files = {
|
||||
[":master/icable/lib"] = "/lib",
|
||||
[":master/icable/bin"] = "/bin"
|
||||
}
|
||||
},
|
||||
["bank_account_maker"] = {
|
||||
version = "1.0.0",
|
||||
name = "Account maker",
|
||||
repo = "tree/master/account_maker",
|
||||
description = "Machine to create one account per player and dispense a credit card",
|
||||
authors = "AR2000AR",
|
||||
dependencies = {
|
||||
["bank_api"] = "/"
|
||||
},
|
||||
files = {
|
||||
[":master/account_maker/bin"] = "/bin"
|
||||
}
|
||||
},
|
||||
["dns_server"] = {
|
||||
version = "1.1.0",
|
||||
name = "DNS server daemon",
|
||||
repo = "tree/master/dns_server",
|
||||
description = "this package provide the dns server",
|
||||
authors = "AR2000AR",
|
||||
dependencies = {
|
||||
["dns_common"] = "/"
|
||||
},
|
||||
files = {
|
||||
["master/dns_server/etc/rc.d/dnsd.lua"] = "//etc/rc.d"
|
||||
}
|
||||
},
|
||||
["stargate2_bios"] = {
|
||||
version = "1.1.0",
|
||||
name = "Stargate Ctl BIOS",
|
||||
repo = "tree/master/stargate_ctl2_bios",
|
||||
description = "A small BIOS compatible program to make a gate smart",
|
||||
note = "/usr/share/stargate/stargate.bios",
|
||||
authors = "AR2000AR",
|
||||
files = {
|
||||
[":master/stargate_ctl2_bios/share"] = "/share"
|
||||
}
|
||||
},
|
||||
["autocrafter"] = {
|
||||
version = "1.0.0",
|
||||
name = "AutoCrafter",
|
||||
repo = "tree/master/autocrafter",
|
||||
description = "User a robot linked via a linked card to craft item from a inventory",
|
||||
authors = "AR200AR",
|
||||
files = {
|
||||
[":master/autocrafter/bin"] = "/bin",
|
||||
[":master/autocrafter/misc"] = "/misc"
|
||||
}
|
||||
},
|
||||
["libclass"] = {
|
||||
version = "1.0.0",
|
||||
name = "libClass",
|
||||
repo = "tree/master/libClass",
|
||||
description = "Class library for lua",
|
||||
authors = "AR2000AR",
|
||||
files = {
|
||||
[":master/libClass/lib"] = "/lib"
|
||||
}
|
||||
},
|
||||
["libclass2"] = {
|
||||
version = "1.0.0",
|
||||
name = "libClass2",
|
||||
repo = "tree/master/libClass2",
|
||||
description = "A new and improved version of libclass, with cleaner syntax for cleaner code",
|
||||
authors = "AR2000AR",
|
||||
files = {
|
||||
[":master/libClass2/lib"] = "/lib"
|
||||
}
|
||||
},
|
||||
["lnfss"] = {
|
||||
version = "1.0.0",
|
||||
name = "Lua Network File System Server",
|
||||
repo = "tree/master/lnfs",
|
||||
description = "Share your local file system with other computers. Root folder is configurable in rc.cfg",
|
||||
authors = "AR2000AR",
|
||||
files = {
|
||||
[":master/lnfs/lnfss/rc.d"] = "//etc/rc.d",
|
||||
[":master/lnfs/lnfss/man"] = "/man"
|
||||
}
|
||||
},
|
||||
["lnfsc"] = {
|
||||
version = "1.0.0",
|
||||
name = "Lua Network File System Client",
|
||||
repo = "tree/master/lnfs",
|
||||
description = "Let you mount a files ystem hosted by a other computer using lnfss and use it as if it was a local file system",
|
||||
authors = "AR2000AR",
|
||||
files = {
|
||||
[":master/lnfs/lnfsc/lib"] = "/lib",
|
||||
[":master/lnfs/lnfsc/bin"] = "/bin"
|
||||
}
|
||||
},
|
||||
["libcb"] = {
|
||||
version = "2.0.0",
|
||||
name = "libCB",
|
||||
repo = "tree/master/libCB",
|
||||
description = "library used to read and write CB",
|
||||
note = "CB are unmanaged floppies",
|
||||
authors = "AR2000AR",
|
||||
files = {
|
||||
[":master/libCB/lib"] = "/lib",
|
||||
[":master/libCB/man"] = "/man"
|
||||
}
|
||||
},
|
||||
["dns_common"] = {
|
||||
version = "1.0.1",
|
||||
name = "DNS common files",
|
||||
repo = "tree/master/dns_common",
|
||||
description = "basic files used by the dns server as well as the resolver library",
|
||||
authors = "AR2000AR",
|
||||
dependencies = {
|
||||
["osinetwork"] = "/"
|
||||
},
|
||||
files = {
|
||||
[":master/dns_common/lib"] = "/lib",
|
||||
["?master/dns_common/etc/resolv.conf"] = "//etc"
|
||||
}
|
||||
},
|
||||
["item_id_catcher"] = {
|
||||
version = "1.0.0",
|
||||
name = "itemIdCatcher",
|
||||
repo = "tree/master/itemIdCatcher",
|
||||
description = "Write id of item in the chest on the top to a file",
|
||||
note = "item are moved to a other chest",
|
||||
authors = "AR2000AR",
|
||||
files = {
|
||||
[":master/itemIdCatcher/bin"] = "/bin",
|
||||
[":master/itemIdCatcher/man"] = "/man"
|
||||
}
|
||||
},
|
||||
["nslookup"] = {
|
||||
version = "1.0.0",
|
||||
name = "nslookup",
|
||||
repo = "tree/master/nslookup",
|
||||
description = "cmd line tool to querry a name server",
|
||||
authors = "AR2000AR",
|
||||
dependencies = {
|
||||
["dns_common"] = "/"
|
||||
},
|
||||
files = {
|
||||
["master/nslookup/bin/nslookup.lua"] = "/bin"
|
||||
}
|
||||
},
|
||||
["bank_atm"] = {
|
||||
version = "1.1.0",
|
||||
name = "bank atm",
|
||||
repo = "tree/master/bank_atm",
|
||||
description = "atm that work with my bank server",
|
||||
authors = "AR200AR",
|
||||
dependencies = {
|
||||
["libgui"] = "/",
|
||||
["bank_api"] = "/",
|
||||
["libcb"] = "/",
|
||||
["libcoin"] = "/",
|
||||
["libgui_extra"] = "/"
|
||||
},
|
||||
files = {
|
||||
[":master/bank_atm/bin"] = "/bin",
|
||||
[":master/bank_atm/share"] = "/share"
|
||||
}
|
||||
},
|
||||
["libtar"] = {
|
||||
version = "1.1.0",
|
||||
name = "libtar",
|
||||
repo = "tree/master/tar",
|
||||
description = "Librairy to extract and list the content of tar archive",
|
||||
authors = "AR2000AR, luarock",
|
||||
files = {
|
||||
["master/tar/lib/tar.lua"] = "/lib"
|
||||
}
|
||||
},
|
||||
["stargate2"] = {
|
||||
version = "1.2.0",
|
||||
name = "Stargate Ctl",
|
||||
repo = "tree/master/stargate_ctl2",
|
||||
description = "GUI to controll stargates from SGCraft",
|
||||
authors = "AR2000AR",
|
||||
dependencies = {
|
||||
["yawl"] = "/"
|
||||
},
|
||||
files = {
|
||||
[":master/stargate_ctl2/bin"] = "/bin",
|
||||
[":master/stargate_ctl2/share"] = "/share"
|
||||
}
|
||||
},
|
||||
["bank_api"] = {
|
||||
version = "1.1.0",
|
||||
name = "Bank API",
|
||||
repo = "tree/master/bank_api",
|
||||
description = "API used to send request to the bank server",
|
||||
note = "You will need to set the server address",
|
||||
authors = "AR2000AR",
|
||||
dependencies = {
|
||||
["osinetwork"] = "/"
|
||||
},
|
||||
files = {
|
||||
[":master/bank_api/lib"] = "/lib",
|
||||
[":master/bank_api/man"] = "/man",
|
||||
["?master/bank_api/etc/bank/api/api.conf"] = "//etc/bank/api"
|
||||
}
|
||||
},
|
||||
["door_ctrl"] = {
|
||||
version = "1.0.0",
|
||||
name = "Door controller",
|
||||
repo = "tree/master/doorCtrl",
|
||||
description = "Controll your doors with multiple redstone io block",
|
||||
authors = "AR2000AR",
|
||||
dependencies = {
|
||||
["libgui"] = "/",
|
||||
["libclass"] = "/"
|
||||
},
|
||||
files = {
|
||||
[":master/doorCtrl/bin"] = "/bin",
|
||||
["?master/doorCtrl/etc/doorCtrl.conf"] = "//etc"
|
||||
}
|
||||
},
|
||||
["yawl_example"] = {
|
||||
version = "1.7.0",
|
||||
name = "Yet Another Widget Library Example file",
|
||||
repo = "tree/master/yawl",
|
||||
description = "New version of libgui, but using libclass2 and cleaner code and interface.",
|
||||
note = "This is only a example file",
|
||||
authors = "AR2000AR",
|
||||
dependencies = {
|
||||
["yawl"] = "/"
|
||||
},
|
||||
files = {
|
||||
[":master/yawl/bin"] = "/bin"
|
||||
}
|
||||
},
|
||||
["yawl"] = {
|
||||
version = "1.6.3",
|
||||
name = "Yet Another Widget Library",
|
||||
repo = "tree/master/yawl",
|
||||
description = "New version of libgui, but using libclass2 and cleaner code and interface.",
|
||||
authors = "AR2000AR,Renno231",
|
||||
dependencies = {
|
||||
["libclass2"] = "/"
|
||||
},
|
||||
files = {
|
||||
[":master/yawl/lib"] = "/lib"
|
||||
}
|
||||
},
|
||||
["bank_client"] = {
|
||||
version = "1.2.0",
|
||||
name = "bank client app",
|
||||
repo = "tree/master/bank_client",
|
||||
description = "The client app for the banker",
|
||||
note = "WIP",
|
||||
authors = "AR2000AR, thofi",
|
||||
dependencies = {
|
||||
["libgui"] = "/",
|
||||
["libgui_extra"] = "/",
|
||||
["bank_api"] = "/",
|
||||
["libcb"] = "/"
|
||||
},
|
||||
files = {
|
||||
[":master/bank_client/share"] = "/share",
|
||||
[":master/bank_client/bin"] = "/bin"
|
||||
}
|
||||
},
|
||||
["stargate"] = {
|
||||
version = "1.0.0",
|
||||
name = "Stargate Ctl",
|
||||
repo = "tree/master/stargate_ctl",
|
||||
description = "GUI to controll stargates from SGCraft",
|
||||
authors = "AR2000AR",
|
||||
dependencies = {
|
||||
["libgui"] = "/"
|
||||
},
|
||||
files = {
|
||||
[":master/stargate_ctl/bin"] = "/bin",
|
||||
[":master/stargate_ctl/share"] = "/share"
|
||||
}
|
||||
},
|
||||
["osinetwork"] = {
|
||||
version = "2.4.1",
|
||||
name = "OSI Network stack",
|
||||
repo = "tree/master/network",
|
||||
description = "A close to official rfc emulation of the OSI layers for OpenOS. Include Ethernet, ARP, ICMP, UDP. Also provide a luasocket libe librairy",
|
||||
note = "Are provided : ping, ifup, ifdown, arp, nc, netstat. Any one of theses tools may be moved to a separate package at any time",
|
||||
authors = "AR2000AR",
|
||||
dependencies = {
|
||||
["libclass2"] = "/"
|
||||
},
|
||||
files = {
|
||||
[":master/network/lib"] = "/lib",
|
||||
[":master/network/bin"] = "/bin",
|
||||
["master/network/boot/30_network.lua"] = "//boot",
|
||||
["?master/network/etc/network/interfaces"] = "//etc/network"
|
||||
}
|
||||
},
|
||||
["pm"] = {
|
||||
version = "1.2.3",
|
||||
name = "pm Package Manager",
|
||||
repo = "tree/master/pm",
|
||||
description = "Package manager for OpenOS",
|
||||
authors = "AR2000AR",
|
||||
dependencies = {
|
||||
["libtar"] = "/"
|
||||
},
|
||||
files = {
|
||||
["master/pm/bin/pm.lua"] = "/bin",
|
||||
["master/pm/lib/pm.lua"] = "/lib"
|
||||
}
|
||||
},
|
||||
["libgui_extra"] = {
|
||||
version = "1.0.0",
|
||||
name = "libGUI-extra",
|
||||
repo = "tree/master/libGUI-extra",
|
||||
description = "more widgets for the libGUI",
|
||||
authors = "AR2000AR, thofi",
|
||||
dependencies = {
|
||||
["libgui"] = "/"
|
||||
},
|
||||
files = {
|
||||
[":master/libGUI-extra/lib"] = "/lib"
|
||||
}
|
||||
},
|
||||
["crypttool"] = {
|
||||
version = "1.0.0",
|
||||
name = "CryptTool",
|
||||
repo = "tree/master/crypttool",
|
||||
description = "Remount a filesystem and store everything as encrypted data. Use managed (default) floppy or HDD",
|
||||
authors = "AR2000AR",
|
||||
files = {
|
||||
[":master/crypttool/bin"] = "/bin",
|
||||
[":master/crypttool/lib"] = "/lib"
|
||||
}
|
||||
},
|
||||
["bank_server"] = {
|
||||
version = "1.1.0",
|
||||
name = "Bank server",
|
||||
repo = "tree/master/bank_server",
|
||||
description = "The bank server service",
|
||||
note = "enable it with the rc command",
|
||||
authors = "AR2000AR",
|
||||
dependencies = {
|
||||
["libcb"] = "/",
|
||||
["osinetwork"] = "/"
|
||||
},
|
||||
files = {
|
||||
[":master/bank_server/rc.d"] = "//etc/rc.d",
|
||||
[":master/bank_server/bin"] = "/bin"
|
||||
}
|
||||
},
|
||||
["pm_get"] = {
|
||||
version = "1.3.4",
|
||||
name = "pm get",
|
||||
repo = "tree/master/pm_get",
|
||||
description = "Download and install package for pm",
|
||||
authors = "AR2000AR",
|
||||
dependencies = {
|
||||
["pm"] = "/"
|
||||
},
|
||||
files = {
|
||||
["master/pm_get/bin/pm-get.lua"] = "/bin",
|
||||
["?master/pm_get/etc/pm/sources.list"] = "//etc/pm"
|
||||
}
|
||||
},
|
||||
["libcoin"] = {
|
||||
version = "1.0.0",
|
||||
name = "libCoin",
|
||||
repo = "tree/master/libCoin",
|
||||
description = "small library used to moved coins from ordinarycoins from one chest to a other",
|
||||
authors = "AR2000AR",
|
||||
files = {
|
||||
[":master/libCoin/lib"] = "/lib"
|
||||
}
|
||||
},
|
||||
["vending"] = {
|
||||
version = "1.0.0",
|
||||
name = "Vending",
|
||||
repo = "tree/master/vending",
|
||||
description = "Vending machine program compatible with libCoin and bank_api",
|
||||
authors = "AR2000AR",
|
||||
dependencies = {
|
||||
["libCoin"] = "/",
|
||||
["bank_api"] = "/"
|
||||
},
|
||||
files = {
|
||||
[":master/vending/bin"] = "/bin",
|
||||
[":master/vending/etc/vending"] = "//etc/vending"
|
||||
}
|
||||
},
|
||||
["libgui"] = {
|
||||
version = "1.0.0",
|
||||
name = "libGUI",
|
||||
repo = "tree/master/libGUI",
|
||||
description = "library used to create gui \n The library can load \"pam\" images",
|
||||
note = "transparency in pam image isn't fully supported. Only fully transparent pixel are recognized as such",
|
||||
authors = "AR2000AR",
|
||||
dependencies = {
|
||||
["libclass"] = "/"
|
||||
},
|
||||
files = {
|
||||
[":master/libGUI/lib"] = "/lib",
|
||||
[":master/libGUI/bin"] = "/bin"
|
||||
}
|
||||
},
|
||||
["instgen"] = {
|
||||
version = "1.0.0",
|
||||
name = "Repo installer",
|
||||
repo = "tree/master/repo-installer",
|
||||
description = "A set of tools for making installable floppies for OpenComputers from OPPM repositories.",
|
||||
authors = "Izaya, AR2000AR",
|
||||
files = {
|
||||
[":master/repo-installer/bin"] = "/bin",
|
||||
[":master/repo-installer/misc"] = "/misc"
|
||||
}
|
||||
},
|
||||
["datahashlib"] = {
|
||||
version = "1.2.0",
|
||||
name = "data hash library",
|
||||
repo = "tree/master/datahashlib",
|
||||
description = "provide the sha256 algo.",
|
||||
authors = "AR2000AR, Roberto Ierusalimschy",
|
||||
files = {
|
||||
[":master/datahashlib/lib"] = "/lib"
|
||||
}
|
||||
}
|
||||
}
|
13
repo-installer/instgen.files.json
Normal file
13
repo-installer/instgen.files.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"bin",
|
||||
"/usr/bin/"
|
||||
],
|
||||
[
|
||||
"misc",
|
||||
"/usr/misc/"
|
||||
]
|
||||
],
|
||||
"config": []
|
||||
}
|
9
repo-installer/instgen.manifest
Normal file
9
repo-installer/instgen.manifest
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "instgen",
|
||||
["version"] = "1.0.0",
|
||||
["name"] = "Repo installer",
|
||||
["repo"] = "tree/master/repo-installer",
|
||||
["description"] = "A set of tools for making installable floppies for OpenComputers from OPPM repositories.",
|
||||
["authors"] = "Izaya, AR2000AR"
|
||||
}
|
13
stargate_ctl/stargate.files.json
Normal file
13
stargate_ctl/stargate.files.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"bin",
|
||||
"/usr/bin/"
|
||||
],
|
||||
[
|
||||
"share",
|
||||
"/usr/share/"
|
||||
]
|
||||
],
|
||||
"config": []
|
||||
}
|
12
stargate_ctl/stargate.manifest
Normal file
12
stargate_ctl/stargate.manifest
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "stargate",
|
||||
["version"] = "1.0.0",
|
||||
["name"] = "Stargate Ctl",
|
||||
["repo"] = "tree/master/stargate_ctl",
|
||||
["description"] = "GUI to controll stargates from SGCraft",
|
||||
["authors"] = "AR2000AR",
|
||||
["dependencies"] = {
|
||||
["libgui"] = "oppm"
|
||||
}
|
||||
}
|
13
stargate_ctl2/stargate2.files.json
Normal file
13
stargate_ctl2/stargate2.files.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"bin",
|
||||
"/usr/bin/"
|
||||
],
|
||||
[
|
||||
"share",
|
||||
"/usr/share/"
|
||||
]
|
||||
],
|
||||
"config": []
|
||||
}
|
12
stargate_ctl2/stargate2.manifest
Normal file
12
stargate_ctl2/stargate2.manifest
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "stargate2",
|
||||
["version"] = "1.2.0",
|
||||
["name"] = "Stargate Ctl",
|
||||
["repo"] = "tree/master/stargate_ctl2",
|
||||
["description"] = "GUI to controll stargates from SGCraft",
|
||||
["authors"] = "AR2000AR",
|
||||
["dependencies"] = {
|
||||
["yawl"] = "oppm"
|
||||
}
|
||||
}
|
9
stargate_ctl2_bios/stargate2_bios.files.json
Normal file
9
stargate_ctl2_bios/stargate2_bios.files.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"share",
|
||||
"/usr/share/"
|
||||
]
|
||||
],
|
||||
"config": []
|
||||
}
|
10
stargate_ctl2_bios/stargate2_bios.manifest
Normal file
10
stargate_ctl2_bios/stargate2_bios.manifest
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "stargate2_bios",
|
||||
["version"] = "1.1.0",
|
||||
["name"] = "Stargate Ctl BIOS",
|
||||
["repo"] = "tree/master/stargate_ctl2_bios",
|
||||
["description"] = "A small BIOS compatible program to make a gate smart",
|
||||
["note"] = "/usr/share/stargate/stargate.bios",
|
||||
["authors"] = "AR2000AR"
|
||||
}
|
9
tar/libtar.files.json
Normal file
9
tar/libtar.files.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"lib/tar.lua",
|
||||
"/usr/lib/"
|
||||
]
|
||||
],
|
||||
"config": []
|
||||
}
|
9
tar/libtar.manifest
Normal file
9
tar/libtar.manifest
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "libtar",
|
||||
["version"] = "1.1.0",
|
||||
["name"] = "libtar",
|
||||
["repo"] = "tree/master/tar",
|
||||
["description"] = "Librairy to extract and list the content of tar archive",
|
||||
["authors"] = "AR2000AR, luarock"
|
||||
}
|
13
vending/vending.files.json
Normal file
13
vending/vending.files.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"bin",
|
||||
"/usr/bin/"
|
||||
],
|
||||
[
|
||||
"etc/vending",
|
||||
"/etc/vending/"
|
||||
]
|
||||
],
|
||||
"config": []
|
||||
}
|
13
vending/vending.manifest
Normal file
13
vending/vending.manifest
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "vending",
|
||||
["version"] = "1.0.0",
|
||||
["name"] = "Vending",
|
||||
["repo"] = "tree/master/vending",
|
||||
["description"] = "Vending machine program compatible with libCoin and bank_api",
|
||||
["authors"] = "AR2000AR",
|
||||
["dependencies"] = {
|
||||
["libCoin"] = "oppm",
|
||||
["bank_api"] = "oppm"
|
||||
}
|
||||
}
|
9
yawl/yawl.files.json
Normal file
9
yawl/yawl.files.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"lib",
|
||||
"/usr/lib/"
|
||||
]
|
||||
],
|
||||
"config": []
|
||||
}
|
12
yawl/yawl.manifest
Normal file
12
yawl/yawl.manifest
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "yawl",
|
||||
["version"] = "1.6.3",
|
||||
["name"] = "Yet Another Widget Library",
|
||||
["repo"] = "tree/master/yawl",
|
||||
["description"] = "New version of libgui, but using libclass2 and cleaner code and interface.",
|
||||
["authors"] = "AR2000AR,Renno231",
|
||||
["dependencies"] = {
|
||||
["libclass2"] = "oppm"
|
||||
}
|
||||
}
|
9
yawl/yawl_example.files.json
Normal file
9
yawl/yawl_example.files.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"files": [
|
||||
[
|
||||
"bin",
|
||||
"/usr/bin/"
|
||||
]
|
||||
],
|
||||
"config": []
|
||||
}
|
13
yawl/yawl_example.manifest
Normal file
13
yawl/yawl_example.manifest
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "yawl_example",
|
||||
["version"] = "1.7.0",
|
||||
["name"] = "Yet Another Widget Library Example file",
|
||||
["repo"] = "tree/master/yawl",
|
||||
["description"] = "New version of libgui, but using libclass2 and cleaner code and interface.",
|
||||
["note"] = "This is only a example file",
|
||||
["authors"] = "AR2000AR",
|
||||
["dependencies"] = {
|
||||
["yawl"] = "oppm"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user