Rockspec for stdlib version 34.1 attached.
version = "34.1-1"
source = {
  branch = "release-v34-1",
  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) LUA_INCLUDE=$(LUA_INCDIR) ./configure 
--prefix=$(PREFIX) --libdir=$(LIBDIR) --datadir=$(LUADIR) && make clean && 
make",
  type = "command",
  copy_directories = {
  },
  install_command = "make install",
}
------------------------------------------------------------------------------
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to