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
2018-03-29 18:21:41 +01:00

22 lines
329 B
Lua

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