1
0
mirror of https://github.com/20kdc/OC-KittenOS.git synced 2024-09-20 02:08:56 +10:00
OC-KittenOS/repository/data/app-claw/local.lua

22 lines
329 B
Lua
Raw Normal View History

2018-03-30 04:21:41 +11:00
-- This is released into the public domain.
-- No warranty is provided, implied or otherwise.
-- local.lua : CLAW Repository Metadata
-- Authors: 20kdc
return {
["app-eeprog"] = {
desc = "EEPROM programmer / copier",
v = 0,
deps = {
"neo"
},
dirs = {
"apps"
},
files = {
"apps/app-eeprog.lua"
},
}
}