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.

The homepage is at <https://fperrad.frama.io/lua-ConciseSerialization/>, and the sources are hosted at <https://framagit.org/fperrad/lua-ConciseSerialization/>.

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