lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


  I'm happy to announce the latest version of org.conman.cbor, the most
comprehensive CBOR module in the Lua universe, verion 1.3.2.  This will
encode and decode Lua values into CBOR (Consise Binary Object
Representation, RFC-7049).

  This version allows one to define special sentinel values for CBOR null
and CBOR undefined (which default to nil).  This also fixes two bugs I found
in the meantime dealing with __pairs() and __ipairs() when processing tables
and userdata.

  -spc (Available at your nearest LuaRocks dealer as 'org.conman.cbor')