NOTICE: This package has been removed from pkgsrc

./wip/lua-stdlib, Standard library for Lua programming language

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 8, Package name: lua-stdlib-8, Maintainer: 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 :-)


Required to run:
[lang/lua]

Master sites:

SHA1: 1d6a5e6d2bcd617f0029c5c76c021b34dd631243
RMD160: a8236e818cad493867e23392e2ac0911ba1c09eb
Filesize: 30.534 KB

Version history: (Expand)


CVS history: (Expand)


   2009-02-12 02:51:04 by Min Sik Kim | Files touched by this commit (8) | Package removed
Log message:
lua-stdlib and lua-stdlib-doc are in pkgsrc.
   2009-01-15 20:22:37 by Min Sik Kim | Files touched by this commit (2)
Log message:
Remove a redundant entry in PLIST_SUBST.
   2009-01-12 20:24:28 by Aleksey Cheusov | Files touched by this commit (1)
Log message:

Adapted to use Lua module framework
   2009-01-09 13:43:46 by Aleksey Cheusov | Files touched by this commit (1)
Log message:

lua-lrexlib-pcre removed from DEPENDS, if you need 'rex.lua',
add lua-lrexlib-pcre to DEPENDS explicitely.