Hi list! Announcing lua-cmsgpack 0.3.0, a new C implementation of MessagePack for Lua.
Main web site is: https://github.com/antirez/lua-cmsgpack The implementation was done for the Redis database, but I tried to turn it into a more generally available open source project in the hope that all the other guys will fix my lame bugs. I'm kidding. In short this is a self-contained combo implementation+bindings of the MessagePack binary serialization format, there are no external dependencies. You can read more about it in the README file here -> https://raw.github.com/antirez/lua-cmsgpack/master/README The license is the Two-clause BSD license. Rock specks are available here: https://raw.github.com/antirez/lua-cmsgpack/master/rockspec/lua-cmsgpack-scm-1.rockspec https://raw.github.com/antirez/lua-cmsgpack/master/rockspec/lua-cmsgpack-0.3-0.rockspec The code was written with reasonable care in the course of the past weekend and contains tests in the test.lua file, however being so young I recommend care (consider it in beta). Special thanks to Alexander Gladysh for helping me with testing, bug reporting, rock specs, and other good hints. Regards, Salvatore -- Salvatore 'antirez' Sanfilippo open source developer - VMware http://invece.org "We are what we repeatedly do. Excellence, therefore, is not an act, but a habit." -- Aristotele ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Luarocks-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/luarocks-developers
