Rockspec for stdlib version 34 attached.
version = "34-1"
source = {
branch = "release-v34",
url = "git://github.com/rrthomas/lua-stdlib.git",
}
package = "stdlib"
dependencies = {
"lua >= 5.1",
}
description = {
homepage = "http://github.com/rrthomas/lua-stdlib/",
license = "MIT/X11",
summary = "General Lua libraries",
detailed = " stdlib is a library of modules for common programming tasks,\
including list, table and functional operations, regexps, objects,\
pickling, pretty-printing and getopt.\
",
}
build = {
build_command = "LUA=$(LUA) CPPFLAGS=-I$(LUA_INCDIR) ./configure
--prefix=$(PREFIX) --libdir=$(LIBDIR) --datadir=$(LUADIR) && make clean &&
make",
type = "command",
copy_directories = {
},
install_command = "make install",
}
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Luarocks-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/luarocks-developers