nevun / tinycbor

Concise Binary Object Representation (CBOR) Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

Concise Binary Object Representation (CBOR) Library

License:MIT License


Languages

Language:C 51.0%Language:C++ 45.0%Language:Makefile 1.6%Language:Perl 1.5%Language:QMake 0.5%Language:Shell 0.3%