blob: d91ea3de69a55375fbee33d9b7ef18661d4038c7 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
stdlib is a library of modules for common programming tasks, including list,
table and functional operations, objects, pickling, pretty-printing and
command-line option parsing.
stdlib has no run-time prerequisites beyond a standard Lua system, though it
will take advantage of strict and typecheck if they are installed.
WWW: https://github.com/lua-stdlib/lua-stdlib
|