17 lines
193 B
Lua
17 lines
193 B
Lua
return {
|
|
"debug_init",
|
|
--"strict",
|
|
"base",
|
|
"package_ext",
|
|
"debug_ext",
|
|
"table_ext",
|
|
"list",
|
|
"tree",
|
|
"string_ext",
|
|
"math_ext",
|
|
"io_ext",
|
|
"getopt",
|
|
"set",
|
|
"strbuf",
|
|
}
|