Hello, the application I'm working on is made by a set of libraries, and some executable files + configuration files. The first set of libraries (some .lua and .so files) can be easily (and will infact) distributed as a single luarock.
I'm wondering if it makes sense to distribute also the application itself as a rock. Is this a common scenario? I would like the application to be as much unaware of luarocks as possible, that is I'd like not to modify if to make it more luarocks-friendly. The application is comprised by 2 native binaries, some .lua files and some .pem files generated at installation time. The binaries expect the configuration files in some specific locations: using luarocks, it seems the suggested location for these files will require to modify my native libraries... What would you suggest? thanks, valerio ps: the application is open-source, www.splay-project.org _______________________________________________ Luarocks-developers mailing list [email protected] http://lists.luaforge.net/cgi-bin/mailman/listinfo/luarocks-developers
