lua-cbor
a pure Lua implementation of the CBOR (RFC 8949) serialization format
$ opm get fperrad/lua-cbor
lua-ConciseSerialization : CBOR RFC8949
Introduction
The Concise Binary Object Representation (RFC 8949) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation.
It's a pure Lua implementation, without dependency.
Links
The homepage is at <https://fperrad.frama.io/lua-ConciseSerialization/>, and the sources are hosted at <https://framagit.org/fperrad/lua-ConciseSerialization/>.
Copyright and License
Copyright (c) 2016-2023 Francois Perrad
This library is licensed under the terms of the MIT/X11 license, like Lua itself.
Authors
Francois Perrad
License
mit
Versions
-
fperrad/lua-cbor 0.2.4a pure Lua implementation of the CBOR (RFC 8949) serialization format 2023-11-20 19:42:19
-
fperrad/lua-cbor 0.2.3a pure Lua implementation of the CBOR (RFC 8949) serialization format 2023-09-28 18:35:59
-
fperrad/lua-cbor 0.2.2a pure Lua implementation of the CBOR (RFC 7049) serialization format 2019-08-27 17:29:26
-
fperrad/lua-cbor 0.2.1a pure Lua implementation of the CBOR (RFC 7049) serialization format 2019-01-26 08:48:15