This repository has been archived on 2026-09-06 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
39be8706cce468318eb48996e1769b197d1c6372
TinyCBOR has been at version 0.x for 10 years. This commit declares we are now quite mature. I'm skipping version 1.0 through 6.0 and simply calling the 0.7.0 to be 7.0. Since this is binary compatible with the 0.6 version, I'm keeping the SONAME of the shared library simply "libtinycbor.so.0" (note: previous SONAME was "libtinycbor.so.0.6"). The Makefile build is not updated. Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
Concise Binary Object Representation (CBOR) Library --------------------------------------------------- To build TinyCBOR: make If you want to change the compiler or pass extra compiler flags: make CC=clang CFLAGS="-m32 -Oz" LDFLAGS="-m32" Documentation: https://intel.github.io/tinycbor/current/
Languages
C
50.3%
C++
45.9%
CMake
2.1%
Perl
1.3%
Shell
0.3%
Other
0.1%