Before getting to my question, what's the best site for LuaRocks documentation? I was trying to find a mailing list but the one listed is out of date.
http://www.luarocks.org/en/Mailing_list http://luaforge.net/mail/?group_id=220 Is www.luarocks.org still the place to go? ------------------------------------------------------------------------------------------------ I have a bunch of binary modules that I want to distribute for my app via lua rocks, but I haven't been able to find details on how to specify a binary module's rockspec. For build.type, the docs say: build.type (string) - The LuaRocks build back-end to use. Example: "make" One suggestions so far was to use the "command" type, but this seems like a misnomer since my rock is not a command but a binary Lua module. But make no mention of alternatives or what the value might be for a binary module with nothing to compile. I'm having a hard time following the process of making a luarock I guess because the example on the site doesn't apply to my case. I'm probably going to need a lot of hand holding. thanks! wes So far I have: package = "opengl" version = "4258" source = { url = "http://lua-av.mat.ucsb.edu/", } description = { summary = "OpenGL graphics library", detailed = [[ OpenGL bindings <snip> ]], } dependencies = { "lua >= 5.1" } build = { type = "???????????", } ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Luarocks-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/luarocks-developers
