Rockspec for stdlib version 26 attached.
package="stdlib"
version="26-1"
source = {
url = "http://luaforge.net/frs/download.php/@FRS@/stdlib-26.zip",
md5 = "e437f378478302f9d280724df3fde5c7",
dir = "stdlib-26"
}
description = {
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.
]],
homepage = "http://luaforge.net/projects/stdlib/",
license = "MIT/X11"
}
dependencies = {
"lua >= 5.1"
}
build = {
type = "command",
build_command = "LUA=$(LUA) CPPFLAGS=-I$(LUA_INCDIR) ./configure
--prefix=$(PREFIX) --libdir=$(LIBDIR) --datadir=$(LUADIR)",
install_command = "make install"
}
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Luarocks-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/luarocks-developers