ports/devel/luastdlib/pkg/DESCR

5 lines
245 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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.