Skip to content
forked from intel/tinycbor

Concise Binary Object Representation (CBOR) Library

License

Notifications You must be signed in to change notification settings

rdower/tinycbor

 
 

Repository files navigation

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

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C 50.7%
  • C++ 45.6%
  • Makefile 1.5%
  • Perl 1.3%
  • Other 0.9%