mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
6 lines
298 B
Plaintext
6 lines
298 B
Plaintext
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 :-)
|