pkgsrc/devel/lua-stdlib/DESCR
minskim 9c675a239b Import lua-stdlib-8 from pkgsrc-wip. Packaged by Aleksey Cheusov.
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 :-)
2009-02-12 01:45:01 +00:00

5 lines
298 B
Text

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 :-)