I am having problem using the LuaRocks version of Xavante and wsapi-xavante. When I try to start Xavante with:
lib/luarocks/rocks/wsapi-xavante/1.5-1/bin/wsapi:41: attempt to index field 'util' (a nil value)
stack traceback:
...box/lib/luarocks/rocks/wsapi-xavante/1.5-1/bin/wsapi:41: in main chunk
[C]: ?
I looked at the files a bit and it looks like WSAPI might have gotten updated for Lua 5.2 support and didn't update the wsapi-xavante rock. The main thing seems to be the removal of using the "module(...)" function so you can't just "require()" them anymore. I hope I am just tired, but it seems completely broken.