MessagePack is an efficient binary serialization format for Lua 5.1

Edit Package lua-messagepack

MessagePack is an efficient binary serialization format.
It lets you exchange data among multiple languages like JSON but it's faster and smaller.
It's a pure Lua implementation, without dependency.
And it's really fast with LuaJIT.

Refresh
Refresh
Source Files
Filename Size Changed
_multibuild 0000000102 102 Bytes
lua-messagepack-0.5.2.tar.gz 0000017210 16.8 KB
lua-messagepack.changes 0000002733 2.67 KB
lua-messagepack.spec 0000001821 1.78 KB
Revision 6 (latest revision is 7)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 906157 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 6)
- Upgrade to 0.5.2:
  - improve speed of unpack integers
  - fix extra bytes detection (see PR #26)
  - allows ipairs(mp.packers) (see PR #27)
  - export unpack_cursor instead of unpackers (see issue #23)
  - refactor without types_map indirection
  - remove set_number'integer'
  - better use of string.pack (Lua 5.3)
  - fix pack float with Lua 5.3
  - fix behaviour with LUA_32BITS
  - fix float/integer detection
  - refactor doc with Markdown and MkDocs
  - handle long double
  - handle NaN (like nil) as table index
- Use both names in %lua_provides
Comments 0
openSUSE Build Service is sponsored by