OpenComputerScripts/programs.info
2018-11-21 11:55:45 +08:00

50 lines
1.0 KiB
Plaintext

{
["grab"]={
title="Grab",
info="Grab - Official OpenComputerScripts Installer",
files={
"grab.lua"
}
},
["checkarg"]={
title="Check Arugment",
info="For easier argument checking",
files={
"checkarg.lua"
}
},
["libevent"]={
title="LibEvent",
info="For easier event processing",
files={
"libevent.lua"
},
requires={
"checkarg"
}
},
["drone"]={
title="Drone",
info="Drone console and bios",
author="Kiritow",
contact="1362060620@qq.com",
files={
"drone_bios.lua",
"drone_console.lua"
},
requires={
"libevent"
}
},
["smartstorage"]={
title="Smart Storage",
info="Smart Storage",
author="Kiritow",
files={
"SmartStorage.lua"
},
requires={
"libevent"
}
}
}