Rockspec for stdlib version 30 attached.
source = {
  url = "git://github.com/rrthomas/lua-stdlib.git",
  branch = "release-v30",
}
version = "30-1"
build = {
  type = "command",
  install_command = "make install",
  copy_directories = {
  },
  build_command = "LUA=$(LUA) LUA_INCLUDE=$(LUA_INCDIR) ./configure 
--prefix=$(PREFIX) --libdir=$(LIBDIR) --datadir=$(LUADIR) && make clean && 
make",
}
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.\
 ",
}
package = "stdlib"
------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to