summaryrefslogtreecommitdiff
path: root/devel/lua-stdlib/DESCR
blob: f397ae92dfa6523f7ae50f9158f22a4192adb9f0 (plain)
1
2
3
4
5
lua-stdlib is a library of modules for common programming tasks,
including list, table and functional operations, regexps, objects,
pretty-printing and getopt. The whole thing can be loaded with
'require "std"', or modules can be used individually.
Of course, this for Lua programming language :-)