lua-users home
lua-l archive

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


On 5 October 2016 at 14:07, Sean Conner <sean@conman.org> wrote:
(Let's try this again)

  I'm proud to announce the release of org.conman.cbor 1.2.0 [5], the most
comprehensive CBOR module in the Lua universe.  This is the full CBOR
monty---all items from RFC-7049 [1] and all registered extentions from the
IANA [2].

  This version adds support for RAINS [6] tagged CBOR data.

  Available via LuaRocks [3] and on github [4].

  -spc (Download and enjoy)

[1]     http://tools.ietf.org/html/rfc7049

[2]     http://www.iana.org/assignments/cbor-tags/cbor-tags.xhtml

[3]     https://luarocks.org/modules/spc476/org.conman.cbor

[4]     https://github.com/spc476/CBOR

[5]     I still had ... some issues updating everything to 1.1.2.
        Sigh.

[6]     https://britram.github.io/rains-prototype/

 
How do you compare yourself to zash's cbor library? https://www.zash.se/lua-cbor.html
I'll note that yours isn't mentioned on http://cbor.io/impls.html :)