2018-11-21 11:45:58 +08:00
|
|
|
{
|
2018-11-21 11:55:45 +08:00
|
|
|
["grab"]={
|
2018-11-21 11:45:58 +08:00
|
|
|
title="Grab",
|
|
|
|
info="Grab - Official OpenComputerScripts Installer",
|
|
|
|
files={
|
|
|
|
"grab.lua"
|
|
|
|
}
|
|
|
|
},
|
2018-11-21 11:55:45 +08:00
|
|
|
["checkarg"]={
|
2018-11-21 11:45:58 +08:00
|
|
|
title="Check Arugment",
|
|
|
|
info="For easier argument checking",
|
|
|
|
files={
|
|
|
|
"checkarg.lua"
|
|
|
|
}
|
|
|
|
},
|
2018-11-21 11:55:45 +08:00
|
|
|
["libevent"]={
|
2018-11-21 11:45:58 +08:00
|
|
|
title="LibEvent",
|
|
|
|
info="For easier event processing",
|
|
|
|
files={
|
|
|
|
"libevent.lua"
|
|
|
|
},
|
|
|
|
requires={
|
|
|
|
"checkarg"
|
|
|
|
}
|
|
|
|
},
|
2018-11-21 11:55:45 +08:00
|
|
|
["drone"]={
|
2018-11-21 11:45:58 +08:00
|
|
|
title="Drone",
|
|
|
|
info="Drone console and bios",
|
|
|
|
author="Kiritow",
|
|
|
|
contact="1362060620@qq.com",
|
|
|
|
files={
|
|
|
|
"drone_bios.lua",
|
|
|
|
"drone_console.lua"
|
|
|
|
},
|
|
|
|
requires={
|
|
|
|
"libevent"
|
|
|
|
}
|
|
|
|
},
|
2018-11-21 11:55:45 +08:00
|
|
|
["smartstorage"]={
|
2018-11-21 11:45:58 +08:00
|
|
|
title="Smart Storage",
|
|
|
|
info="Smart Storage",
|
|
|
|
author="Kiritow",
|
|
|
|
files={
|
2018-11-21 11:49:05 +08:00
|
|
|
"SmartStorage.lua"
|
2018-11-21 11:45:58 +08:00
|
|
|
},
|
|
|
|
requires={
|
|
|
|
"libevent"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|