lipp / lua-websockets

Websockets for Lua.
http://lipp.github.com/lua-websockets/
MIT License
396 stars 113 forks source link

Depend on struct instead of lpack #35

Closed ntd closed 10 years ago

ntd commented 10 years ago

The struct module is actually available either for Lua 5.1 and 5.2. lpack was the only dependency preventing lua-websocket to be compiled for Lua 5.2.

lipp commented 10 years ago

@ntd Awesome work! Thanks a lot!