lua-cmsgpack icon indicating copy to clipboard operation
lua-cmsgpack copied to clipboard

A self contained Lua MessagePack C implementation.

Results 34 lua-cmsgpack issues
Sort by recently updated
recently updated
newest added

Fixes a build problem on Solaris. Though, this fix depends on isnan() existing. If this fix isn't enough, we should just copy solarisfixes.h from Redis here too.

can't clone with git:// protocol, can you please change the protocol to https://?

msgpack buffer with a huge number of nested arrays could lead a stack overflow. ### How to reproduce Setup cmsgpack and luzer [^1]: ```sh luarocks install --tree modules --lua-version 5.1...